#CADBE1

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

Shades of Onahau #CADBE1

Tints of Onahau #CADBE1

Color information

#CADBE1 (or 0xCADBE1) is unknown color: approx Onahau. HEX triplet: CA, DB and E1. RGB value is (202,219,225). Sum of RGB (Red+Green+Blue) = 202+219+225=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBE1 is #35241E. Grayscale: #D6D6D6. Windows color (decimal): -3482655 or 14801866. OLE color: 14801866.

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

Color convert

RGB202219225-
CMYK0.100.0300.12
HSL195.65º27.71%83.73%-
HSV(B)195.65º10.22%88.24%-
XYZ63.2868.6681.15-
YUV214.6133.87119.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=31.27%
G=33.90%
B=34.83%

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
Decimal2022192250.100.0300.12195.6527.7183.73
HexCADBE1A30Cc41c54
Octal31233334112301430434124
Binary1100101011011011111000011010110110011000100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBE1; }

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

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

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

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

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

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

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

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