#CADCDE

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

Shades of Zumthor #CADCDE

Tints of Zumthor #CADCDE

Color information

#CADCDE (or 0xCADCDE) is unknown color: approx Zumthor. HEX triplet: CA, DC and DE. RGB value is (202,220,222). Sum of RGB (Red+Green+Blue) = 202+220+222=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #CADCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCDE is #352321. Grayscale: #D6D6D6. Windows color (decimal): -3482402 or 14605514. OLE color: 14605514.

HSL color Cylindrical-coordinate representation of color #CADCDE: hue angle of 186º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADCDE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202220222-
CMYK0.090.0100.13
HSL186º23.26%83.14%-
HSV(B)186º9.01%87.06%-
XYZ63.1469.0279.1-
YUV214.85132.04118.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=31.37%
G=34.16%
B=34.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022202220.090.0100.1318623.2683.14
HexCADCDE910Dba1753
Octal31233433611101527227123
Binary110010101101110011011110100110110110111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCDE; }

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

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

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

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

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

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

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

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