#CADCE2

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

Shades of Onahau #CADCE2

Tints of Onahau #CADCE2

Color information

#CADCE2 (or 0xCADCE2) is unknown color: approx Onahau. HEX triplet: CA, DC and E2. RGB value is (202,220,226). Sum of RGB (Red+Green+Blue) = 202+220+226=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #CADCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCE2 is #35231D. Grayscale: #D7D7D7. Windows color (decimal): -3482398 or 14867658. OLE color: 14867658.

HSL color Cylindrical-coordinate representation of color #CADCE2: hue angle of 195º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CADCE2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202220226-
CMYK0.110.0300.11
HSL195º29.27%83.92%-
HSV(B)195º10.62%88.63%-
XYZ63.6869.2381.96-
YUV215.3134.04118.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 226 (88.67% from 255) = 34.88%
R=31.17%
G=33.95%
B=34.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022202260.110.0300.1119529.2783.92
HexCADCE2B30Bc31d54
Octal31233434213301330335124
Binary1100101011011100111000101011110101111000011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCE2; }

 p { color: rgb(202,220,226); }

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

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

 a { background-color: rgb(202,220,226); }

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

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

 span { border-color: rgb(202,220,226); }

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