#CAD9DD

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

Shades of Zumthor #CAD9DD

Tints of Zumthor #CAD9DD

Color information

#CAD9DD (or 0xCAD9DD) is unknown color: approx Zumthor. HEX triplet: CA, D9 and DD. RGB value is (202,217,221). Sum of RGB (Red+Green+Blue) = 202+217+221=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DD is #352622. Grayscale: #D4D4D4. Windows color (decimal): -3483171 or 14539210. OLE color: 14539210.

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

Color convert

RGB202217221-
CMYK0.090.0200.13
HSL192.63º21.84%82.94%-
HSV(B)192.63º8.6%86.67%-
XYZ62.2267.478.14-
YUV212.97132.53120.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=31.56%
G=33.91%
B=34.53%

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
Decimal2022172210.090.0200.13192.6321.8482.94
HexCAD9DD920Dc11653
Octal31233133511201530126123
Binary1100101011011001110111011001100110111000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9DD; }

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

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

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

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

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

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

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

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