#CAD6DB

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

Shades of Zumthor #CAD6DB

Tints of Zumthor #CAD6DB

Color information

#CAD6DB (or 0xCAD6DB) is unknown color: approx Zumthor. HEX triplet: CA, D6 and DB. RGB value is (202,214,219). Sum of RGB (Red+Green+Blue) = 202+214+219=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6DB is #352924. Grayscale: #D2D2D2. Windows color (decimal): -3483941 or 14407370. OLE color: 14407370.

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

Color convert

RGB202214219-
CMYK0.080.0200.14
HSL197.65º19.1%82.55%-
HSV(B)197.65º7.76%85.88%-
XYZ61.1965.7676.49-
YUV210.98132.52121.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=31.81%
G=33.70%
B=34.49%

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
Decimal2022142190.080.0200.14197.6519.182.55
HexCAD6DB820Ec61353
Octal31232633310201630623123
Binary1100101011010110110110111000100111011000110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6DB; }

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

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

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

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

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

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

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

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