#CADAE0

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

Shades of Onahau #CADAE0

Tints of Onahau #CADAE0

Color information

#CADAE0 (or 0xCADAE0) is unknown color: approx Onahau. HEX triplet: CA, DA and E0. RGB value is (202,218,224). Sum of RGB (Red+Green+Blue) = 202+218+224=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #CADAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAE0 is #35251F. Grayscale: #D5D5D5. Windows color (decimal): -3482912 or 14736074. OLE color: 14736074.

HSL color Cylindrical-coordinate representation of color #CADAE0: hue angle of 196.36º degrees, saturation: 0.26, 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 #CADAE0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202218224-
CMYK0.100.0300.12
HSL196.36º26.19%83.53%-
HSV(B)196.36º9.82%87.84%-
XYZ62.8868.0880.35-
YUV213.9133.7119.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=31.37%
G=33.85%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022182240.100.0300.12196.3626.1983.53
HexCADAE0A30Cc41a54
Octal31233234012301430432124
Binary1100101011011010111000001010110110011000100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAE0; }

 p { color: rgb(202,218,224); }

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

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

 a { background-color: rgb(202,218,224); }

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

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

 span { border-color: rgb(202,218,224); }

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