#CAD9DA

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

Shades of Zumthor #CAD9DA

Tints of Zumthor #CAD9DA

Color information

#CAD9DA (or 0xCAD9DA) is unknown color: approx Zumthor. HEX triplet: CA, D9 and DA. RGB value is (202,217,218). Sum of RGB (Red+Green+Blue) = 202+217+218=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DA is #352625. Grayscale: #D4D4D4. Windows color (decimal): -3483174 or 14342602. OLE color: 14342602.

HSL color Cylindrical-coordinate representation of color #CAD9DA: hue angle of 183.75º 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 #CAD9DA is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202217218-
CMYK0.070.0000.15
HSL183.75º17.78%82.35%-
HSV(B)183.75º7.34%85.49%-
XYZ61.8267.2476.05-
YUV212.63131.03120.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=31.71%
G=34.07%
B=34.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172180.070.0000.15183.7517.7882.35
HexCAD9DA700Fb81252
Octal3123313327001727022122
Binary11001010110110011101101011100111110111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9DA; }

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

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

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

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

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

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

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

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