#CAD8DA

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

Shades of Zumthor #CAD8DA

Tints of Zumthor #CAD8DA

Color information

#CAD8DA (or 0xCAD8DA) is unknown color: approx Zumthor. HEX triplet: CA, D8 and DA. RGB value is (202,216,218). Sum of RGB (Red+Green+Blue) = 202+216+218=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DA is #352725. Grayscale: #D4D4D4. Windows color (decimal): -3483430 or 14342346. OLE color: 14342346.

HSL color Cylindrical-coordinate representation of color #CAD8DA: hue angle of 187.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD8DA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202216218-
CMYK0.070.0100.15
HSL187.5º17.78%82.35%-
HSV(B)187.5º7.34%85.49%-
XYZ61.5766.7375.96-
YUV212.04131.36120.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=31.76%
G=33.96%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022162180.070.0100.15187.517.7882.35
HexCAD8DA710Fbc1252
Octal3123303327101727422122
Binary11001010110110001101101011110111110111100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8DA; }

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

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

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

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

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

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

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

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