#C4DEE3

Color #C4DEE3 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C4DEE3

Tints of Onahau #C4DEE3

Color information

#C4DEE3 (or 0xC4DEE3) is unknown color: approx Onahau. HEX triplet: C4, DE and E3. RGB value is (196,222,227). Sum of RGB (Red+Green+Blue) = 196+222+227=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #C4DEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEE3 is #3B211C. Grayscale: #D6D6D6. Windows color (decimal): -3875101 or 14933700. OLE color: 14933700.

HSL color Cylindrical-coordinate representation of color #C4DEE3: hue angle of 189.68º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4DEE3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196222227-
CMYK0.140.0200.11
HSL189.68º35.63%82.94%-
HSV(B)189.68º13.66%89.02%-
XYZ62.7569.5282.79-
YUV214.8134.89114.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.39%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=30.39%
G=34.42%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1962222270.140.0200.11189.6835.6382.94
HexC4DEE3E20Bbe2453
Octal30433634316201327644123
Binary11000100110111101110001111101001011101111101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DEE3; }

 p { color: rgb(196,222,227); }

 H1.HeaderClassName
 {
   color: #C4DEE3;
 }
 .AnyTagClassName
 {
   color: #C4DEE3;
 }
</style>
background-color css

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

 a { background-color: rgb(196,222,227); }

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

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

 span { border-color: rgb(196,222,227); }

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