#CADBDA

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

Shades of Zumthor #CADBDA

Tints of Zumthor #CADBDA

Color information

#CADBDA (or 0xCADBDA) is unknown color: approx Zumthor. HEX triplet: CA, DB and DA. RGB value is (202,219,218). Sum of RGB (Red+Green+Blue) = 202+219+218=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBDA is #352425. Grayscale: #D5D5D5. Windows color (decimal): -3482662 or 14343114. OLE color: 14343114.

HSL color Cylindrical-coordinate representation of color #CADBDA: hue angle of 176.47º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBDA is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB202219218-
CMYK0.0800.000.14
HSL176.47º19.1%82.55%-
HSV(B)176.47º7.76%85.88%-
XYZ62.3468.2876.22-
YUV213.8130.37119.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=31.61%
G=34.27%
B=34.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022192180.0800.000.14176.4719.182.55
HexCADBDA800Eb01353
Octal31233333210001626023123
Binary110010101101101111011010100000111010110000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBDA; }

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

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

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

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

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

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

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

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