#CADEE1

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

Shades of Onahau #CADEE1

Tints of Onahau #CADEE1

Color information

#CADEE1 (or 0xCADEE1) is unknown color: approx Onahau. HEX triplet: CA, DE and E1. RGB value is (202,222,225). Sum of RGB (Red+Green+Blue) = 202+222+225=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEE1 is #35211E. Grayscale: #D8D8D8. Windows color (decimal): -3481887 or 14802634. OLE color: 14802634.

HSL color Cylindrical-coordinate representation of color #CADEE1: hue angle of 187.83º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADEE1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202222225-
CMYK0.100.0100.12
HSL187.83º27.71%83.73%-
HSV(B)187.83º10.22%88.24%-
XYZ64.0770.2481.41-
YUV216.36132.87117.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=31.12%
G=34.21%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022222250.100.0100.12187.8327.7183.73
HexCADEE1A10Cbc1c54
Octal31233634112101427434124
Binary110010101101111011100001101010110010111100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEE1; }

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

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

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

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

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

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

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

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