#CADBE0

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

Shades of Onahau #CADBE0

Tints of Onahau #CADBE0

Color information

#CADBE0 (or 0xCADBE0) is unknown color: approx Onahau. HEX triplet: CA, DB and E0. RGB value is (202,219,224). Sum of RGB (Red+Green+Blue) = 202+219+224=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #CADBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBE0 is #35241F. Grayscale: #D6D6D6. Windows color (decimal): -3482656 or 14736330. OLE color: 14736330.

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

Color convert

RGB202219224-
CMYK0.100.0200.12
HSL193.64º26.19%83.53%-
HSV(B)193.64º9.82%87.84%-
XYZ63.1468.680.43-
YUV214.49133.37119.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=31.32%
G=33.95%
B=34.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022192240.100.0200.12193.6426.1983.53
HexCADBE0A20Cc21a54
Octal31233334012201430232124
Binary1100101011011011111000001010100110011000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBE0; }

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

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

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

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

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

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

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

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