#CAD1D4

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

Shades of Zumthor #CAD1D4

Tints of Zumthor #CAD1D4

Color information

#CAD1D4 (or 0xCAD1D4) is unknown color: approx Zumthor. HEX triplet: CA, D1 and D4. RGB value is (202,209,212). Sum of RGB (Red+Green+Blue) = 202+209+212=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1D4 is #352E2B. Grayscale: #CFCFCF. Windows color (decimal): -3485228 or 13947338. OLE color: 13947338.

HSL color Cylindrical-coordinate representation of color #CAD1D4: hue angle of 198º 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 #CAD1D4 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202209212-
CMYK0.050.0100.17
HSL198º10.42%81.18%-
HSV(B)198º4.72%83.14%-
XYZ59.0462.9171.32-
YUV207.25130.68124.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 209 (82.03% from 255) = 33.55%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=32.42%
G=33.55%
B=34.03%

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
Decimal2022092120.050.0100.1719810.4281.18
HexCAD1D451011c6a51
Octal3123213245102130612121
Binary11001010110100011101010010110100011100011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1D4; }

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

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

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

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

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

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

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

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