#CAD6D5

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

Shades of Zumthor #CAD6D5

Tints of Zumthor #CAD6D5

Color information

#CAD6D5 (or 0xCAD6D5) is unknown color: approx Zumthor. HEX triplet: CA, D6 and D5. RGB value is (202,214,213). Sum of RGB (Red+Green+Blue) = 202+214+213=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6D5 is #35292A. Grayscale: #D2D2D2. Windows color (decimal): -3483947 or 14014154. OLE color: 14014154.

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

Color convert

RGB202214213-
CMYK0.0600.000.16
HSL175º12.77%81.57%-
HSV(B)175º5.61%83.92%-
XYZ60.4165.4572.4-
YUV210.3129.52122.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=32.11%
G=34.02%
B=33.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022142130.0600.000.1617512.7781.57
HexCAD6D560010afd52
Octal3123263256002025715122
Binary11001010110101101101010111000100001010111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6D5; }

 p { color: rgb(202,214,213); }

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

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

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

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

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

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

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