#CAD8DD

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

Shades of Zumthor #CAD8DD

Tints of Zumthor #CAD8DD

Color information

#CAD8DD (or 0xCAD8DD) is unknown color: approx Zumthor. HEX triplet: CA, D8 and DD. RGB value is (202,216,221). Sum of RGB (Red+Green+Blue) = 202+216+221=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DD is #352722. Grayscale: #D4D4D4. Windows color (decimal): -3483427 or 14538954. OLE color: 14538954.

HSL color Cylindrical-coordinate representation of color #CAD8DD: hue angle of 195.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD8DD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202216221-
CMYK0.090.0200.13
HSL195.79º21.84%82.94%-
HSV(B)195.79º8.6%86.67%-
XYZ61.9666.8978.05-
YUV212.38132.86120.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=31.61%
G=33.80%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022162210.090.0200.13195.7921.8482.94
HexCAD8DD920Dc41653
Octal31233033511201530426123
Binary1100101011011000110111011001100110111000100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8DD; }

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

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

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

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

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

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

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

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