#CAD8DB

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

Shades of Zumthor #CAD8DB

Tints of Zumthor #CAD8DB

Color information

#CAD8DB (or 0xCAD8DB) is unknown color: approx Zumthor. HEX triplet: CA, D8 and DB. RGB value is (202,216,219). Sum of RGB (Red+Green+Blue) = 202+216+219=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DB is #352724. Grayscale: #D4D4D4. Windows color (decimal): -3483429 or 14407882. OLE color: 14407882.

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

Color convert

RGB202216219-
CMYK0.080.0100.14
HSL190.59º19.1%82.55%-
HSV(B)190.59º7.76%85.88%-
XYZ61.766.7876.66-
YUV212.16131.86120.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=31.71%
G=33.91%
B=34.38%

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
Decimal2022162190.080.0100.14190.5919.182.55
HexCAD8DB810Ebf1353
Octal31233033310101627723123
Binary110010101101100011011011100010111010111111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8DB; }

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

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

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

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

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

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

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

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