#CAD9D9

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

Shades of Zumthor #CAD9D9

Tints of Zumthor #CAD9D9

Color information

#CAD9D9 (or 0xCAD9D9) is unknown color: approx Zumthor. HEX triplet: CA, D9 and D9. RGB value is (202,217,217). Sum of RGB (Red+Green+Blue) = 202+217+217=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #CAD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D9 is #352626. Grayscale: #D4D4D4. Windows color (decimal): -3483175 or 14277066. OLE color: 14277066.

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

Color convert

RGB202217217-
CMYK0.07000.15
HSL180º16.48%82.16%-
HSV(B)180º6.91%85.1%-
XYZ61.6967.1975.36-
YUV212.52130.53120.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=31.76%
G=34.12%
B=34.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172170.07000.1518016.4882.16
HexCAD9D9700Fb41052
Octal3123313317001726420122
Binary11001010110110011101100111100111110110100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9D9; }

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

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

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

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

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

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

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

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