#CAD4D5

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

Shades of Zumthor #CAD4D5

Tints of Zumthor #CAD4D5

Color information

#CAD4D5 (or 0xCAD4D5) is unknown color: approx Zumthor. HEX triplet: CA, D4 and D5. RGB value is (202,212,213). Sum of RGB (Red+Green+Blue) = 202+212+213=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4D5 is #352B2A. Grayscale: #D1D1D1. Windows color (decimal): -3484459 or 14013642. OLE color: 14013642.

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

Color convert

RGB202212213-
CMYK0.050.0000.16
HSL185.45º11.58%81.37%-
HSV(B)185.45º5.16%83.53%-
XYZ59.9164.4572.23-
YUV209.12130.19122.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=32.22%
G=33.81%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022122130.050.0000.16185.4511.5881.37
HexCAD4D550010b9c51
Octal3123243255002027114121
Binary11001010110101001101010110100100001011100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4D5; }

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

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

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

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

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

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

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

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