Html Css Color HEX #C2DDEA Onahau

📋 copy color: '#C2DDEA'

red 194 ◦ green 221 ◦ blue 234

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

Shades of Onahau #C2DDEA

Tints of Onahau #C2DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.05%

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 29.89%
G = 34.05%
B = 36.06%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2DDEA (or 0xC2DDEA) is known color: Onahau. HEX triplet: C2, DD and EA. RGB value is (194,221,234). Sum of RGB (Red+Green+Blue) = 194+221+234=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDEA is #3D2215. Grayscale: #D6D6D6. Windows color (decimal): -4006422 or 15392194. OLE color: 15392194.

HSL color Cylindrical-coordinate representation of color #C2DDEA: hue angle of 199.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DDEA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 221 234 -
CMYK 0.17 0.06 0 0.08
HSL 199.5º 0.49% 0.84% -
HSV(B) 199.5º 0.17% 0.92% -
XYZ 62.96 69.12 87.87 -
YUV 214.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 194 221 234 0.17 0.06 0 0.08 199.5 0.49 0.84
Hex C2 DD EA 11 6 0 8 C8 31 54
Octal 302 335 352 21 6 0 10 310 61 124
Binary 11000010 11011101 11101010 10001 110 0 1000 11001000 110001 1010100

Color Harmonies of #C2DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDEA

Black with #C2DDEA

Text Example


Text Example

White with #C2DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDEA; }

 p { color: rgb(194,221,234); }

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

background-color css

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

 a { background-color: rgb(194,221,234); }

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

border-color css

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

 span { border-color: rgb(194,221,234); }

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