#CAD8D8

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

Shades of Zumthor #CAD8D8

Tints of Zumthor #CAD8D8

Color information

#CAD8D8 (or 0xCAD8D8) is unknown color: approx Zumthor. HEX triplet: CA, D8 and D8. RGB value is (202,216,216). Sum of RGB (Red+Green+Blue) = 202+216+216=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #CAD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8D8 is #352727. Grayscale: #D3D3D3. Windows color (decimal): -3483432 or 14211274. OLE color: 14211274.

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

Color convert

RGB202216216-
CMYK0.06000.15
HSL180º15.22%81.96%-
HSV(B)180º6.48%84.71%-
XYZ61.3166.6374.59-
YUV211.81130.36121-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=31.86%
G=34.07%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022162160.06000.1518015.2281.96
HexCAD8D8600Fb4f52
Octal3123303306001726417122
Binary1100101011011000110110001100011111011010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8D8; }

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

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

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

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

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

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

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

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