Html Css Color HEX #C2DEEC Onahau

📋 copy color: '#C2DEEC'

red 194 ◦ green 222 ◦ blue 236

#C2DEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C2DEEC

Tints of Onahau #C2DEEC

RGB

 RED value IS 194 (76.17% from 255) = 29.75%

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 29.75%
G = 34.05%
B = 36.2%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2DEEC (or 0xC2DEEC) is known color: Onahau. HEX triplet: C2, DE and EC. RGB value is (194,222,236). Sum of RGB (Red+Green+Blue) = 194+222+236=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEC is #3D2113. Grayscale: #D7D7D7. Windows color (decimal): -4006164 or 15523522. OLE color: 15523522.

HSL color Cylindrical-coordinate representation of color #C2DEEC: hue angle of 200º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DEEC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 222 236 -
CMYK 0.18 0.06 0 0.07
HSL 200º 0.53% 0.84% -
HSV(B) 200º 0.18% 0.93% -
XYZ 63.51 69.77 89.48 -
YUV 215.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 194 222 236 0.18 0.06 0 0.07 200 0.53 0.84
Hex C2 DE EC 12 6 0 7 C8 34 54
Octal 302 336 354 22 6 0 7 310 64 124
Binary 11000010 11011110 11101100 10010 110 0 111 11001000 110100 1010100

Color Harmonies of #C2DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEEC

Black with #C2DEEC

Text Example


Text Example

White with #C2DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEEC; }

 p { color: rgb(194,222,236); }

 H1.HeaderClassName
 {
   color: #C2DEEC;
 }
 .AnyTagClassName
 {
   color: #C2DEEC;
 }
</style>

background-color css

<style>
 a { background-color: #C2DEEC; }

 a { background-color: rgb(194,222,236); }

 div.DivClassName
 {
   background-color: #C2DEEC;
 }
 .BgClassName
 {
   background-color: #C2DEEC;
 }
</style>

border-color css

<style>
 span { border-color: #C2DEEC; }

 span { border-color: rgb(194,222,236); }

 td.TdClassName
 {
   border-color: #C2DEEC;
 }
 .TagClassName
 {
   border-color: #C2DEEC;
 }
</style>