#CAD9DC

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

Shades of Zumthor #CAD9DC

Tints of Zumthor #CAD9DC

Color information

#CAD9DC (or 0xCAD9DC) is unknown color: approx Zumthor. HEX triplet: CA, D9 and DC. RGB value is (202,217,220). Sum of RGB (Red+Green+Blue) = 202+217+220=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DC is #352623. Grayscale: #D4D4D4. Windows color (decimal): -3483172 or 14473674. OLE color: 14473674.

HSL color Cylindrical-coordinate representation of color #CAD9DC: hue angle of 190º 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 #CAD9DC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202217220-
CMYK0.080.0100.14
HSL190º20.45%82.75%-
HSV(B)190º8.18%86.27%-
XYZ62.0967.3577.44-
YUV212.86132.03120.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=31.61%
G=33.96%
B=34.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022172200.080.0100.1419020.4582.75
HexCAD9DC810Ebe1453
Octal31233133410101627624123
Binary110010101101100111011100100010111010111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9DC; }

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

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

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

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

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

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

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

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