#CAD2D4

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

Shades of Zumthor #CAD2D4

Tints of Zumthor #CAD2D4

Color information

#CAD2D4 (or 0xCAD2D4) is unknown color: approx Zumthor. HEX triplet: CA, D2 and D4. RGB value is (202,210,212). Sum of RGB (Red+Green+Blue) = 202+210+212=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAD2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2D4 is #352D2B. Grayscale: #CFCFCF. Windows color (decimal): -3484972 or 13947594. OLE color: 13947594.

HSL color Cylindrical-coordinate representation of color #CAD2D4: hue angle of 192º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD2D4 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202210212-
CMYK0.050.0100.17
HSL192º10.42%81.18%-
HSV(B)192º4.72%83.14%-
XYZ59.2963.471.4-
YUV207.84130.35123.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=32.37%
G=33.65%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022102120.050.0100.1719210.4281.18
HexCAD2D451011c0a51
Octal3123223245102130012121
Binary11001010110100101101010010110100011100000010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2D4; }

 p { color: rgb(202,210,212); }

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

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

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

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

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

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

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