#CAD8DC

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

Shades of Zumthor #CAD8DC

Tints of Zumthor #CAD8DC

Color information

#CAD8DC (or 0xCAD8DC) is unknown color: approx Zumthor. HEX triplet: CA, D8 and DC. RGB value is (202,216,220). Sum of RGB (Red+Green+Blue) = 202+216+220=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DC is #352723. Grayscale: #D4D4D4. Windows color (decimal): -3483428 or 14473418. OLE color: 14473418.

HSL color Cylindrical-coordinate representation of color #CAD8DC: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD8DC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202216220-
CMYK0.080.0200.14
HSL193.33º20.45%82.75%-
HSV(B)193.33º8.18%86.27%-
XYZ61.8366.8477.35-
YUV212.27132.36120.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=31.66%
G=33.86%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022162200.080.0200.14193.3320.4582.75
HexCAD8DC820Ec11453
Octal31233033410201630124123
Binary1100101011011000110111001000100111011000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8DC; }

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

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

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

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

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

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

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

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