#C0DDE0

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

Shades of Onahau #C0DDE0

Tints of Onahau #C0DDE0

Color information

#C0DDE0 (or 0xC0DDE0) is unknown color: approx Onahau. HEX triplet: C0, DD and E0. RGB value is (192,221,224). Sum of RGB (Red+Green+Blue) = 192+221+224=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDE0 is #3F221F. Grayscale: #D4D4D4. Windows color (decimal): -4137504 or 14736832. OLE color: 14736832.

HSL color Cylindrical-coordinate representation of color #C0DDE0: hue angle of 185.62º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DDE0 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192221224-
CMYK0.140.0100.12
HSL185.62º34.04%81.57%-
HSV(B)185.62º14.29%87.84%-
XYZ61.0568.380.49-
YUV212.67134.39113.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.14%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=30.14%
G=34.69%
B=35.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922212240.140.0100.12185.6234.0481.57
HexC0DDE0E10Cba2252
Octal30033534016101427242122
Binary1100000011011101111000001110101100101110101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDE0; }

 p { color: rgb(192,221,224); }

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

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

 a { background-color: rgb(192,221,224); }

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

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

 span { border-color: rgb(192,221,224); }

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