#CAD9DB

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

Shades of Zumthor #CAD9DB

Tints of Zumthor #CAD9DB

Color information

#CAD9DB (or 0xCAD9DB) is unknown color: approx Zumthor. HEX triplet: CA, D9 and DB. RGB value is (202,217,219). Sum of RGB (Red+Green+Blue) = 202+217+219=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DB is #352624. Grayscale: #D4D4D4. Windows color (decimal): -3483173 or 14408138. OLE color: 14408138.

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

Color convert

RGB202217219-
CMYK0.080.0100.14
HSL187.06º19.1%82.55%-
HSV(B)187.06º7.76%85.88%-
XYZ61.9667.376.74-
YUV212.74131.53120.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=31.66%
G=34.01%
B=34.33%

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
Decimal2022172190.080.0100.14187.0619.182.55
HexCAD9DB810Ebb1353
Octal31233133310101627323123
Binary110010101101100111011011100010111010111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9DB; }

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

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

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

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

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

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

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

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