#CADEE5

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

Shades of Onahau #CADEE5

Tints of Onahau #CADEE5

Color information

#CADEE5 (or 0xCADEE5) is unknown color: approx Onahau. HEX triplet: CA, DE and E5. RGB value is (202,222,229). Sum of RGB (Red+Green+Blue) = 202+222+229=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #CADEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEE5 is #35211A. Grayscale: #D8D8D8. Windows color (decimal): -3481883 or 15064778. OLE color: 15064778.

HSL color Cylindrical-coordinate representation of color #CADEE5: hue angle of 195.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADEE5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202222229-
CMYK0.120.0300.10
HSL195.56º34.18%84.51%-
HSV(B)195.56º11.79%89.8%-
XYZ64.6270.4684.32-
YUV216.82134.87117.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=30.93%
G=34.00%
B=35.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022222290.120.0300.10195.5634.1884.51
HexCADEE5C30Ac42255
Octal31233634514301230442125
Binary11001010110111101110010111001101010110001001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEE5; }

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

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

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

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

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

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

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

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