#CAD5DA

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

Shades of Zumthor #CAD5DA

Tints of Zumthor #CAD5DA

Color information

#CAD5DA (or 0xCAD5DA) is unknown color: approx Zumthor. HEX triplet: CA, D5 and DA. RGB value is (202,213,218). Sum of RGB (Red+Green+Blue) = 202+213+218=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DA is #352A25. Grayscale: #D2D2D2. Windows color (decimal): -3484198 or 14341578. OLE color: 14341578.

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

Color convert

RGB202213218-
CMYK0.070.0200.15
HSL198.75º17.78%82.35%-
HSV(B)198.75º7.34%85.49%-
XYZ60.8165.2175.71-
YUV210.28132.36122.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=31.91%
G=33.65%
B=34.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022132180.070.0200.15198.7517.7882.35
HexCAD5DA720Fc71252
Octal3123253327201730722122
Binary110010101101010111011010111100111111000111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5DA; }

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

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

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

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

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

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

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

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