#CADEE2

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

Shades of Onahau #CADEE2

Tints of Onahau #CADEE2

Color information

#CADEE2 (or 0xCADEE2) is unknown color: approx Onahau. HEX triplet: CA, DE and E2. RGB value is (202,222,226). Sum of RGB (Red+Green+Blue) = 202+222+226=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #CADEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEE2 is #35211D. Grayscale: #D8D8D8. Windows color (decimal): -3481886 or 14868170. OLE color: 14868170.

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

Color convert

RGB202222226-
CMYK0.110.0200.11
HSL190º29.27%83.92%-
HSV(B)190º10.62%88.63%-
XYZ64.2170.2982.13-
YUV216.48133.37117.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=31.08%
G=34.15%
B=34.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022222260.110.0200.1119029.2783.92
HexCADEE2B20Bbe1d54
Octal31233634213201327635124
Binary1100101011011110111000101011100101110111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEE2; }

 p { color: rgb(202,222,226); }

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

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

 a { background-color: rgb(202,222,226); }

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

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

 span { border-color: rgb(202,222,226); }

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