#CADADD

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

Shades of Zumthor #CADADD

Tints of Zumthor #CADADD

Color information

#CADADD (or 0xCADADD) is unknown color: approx Zumthor. HEX triplet: CA, DA and DD. RGB value is (202,218,221). Sum of RGB (Red+Green+Blue) = 202+218+221=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CADADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADADD is #352522. Grayscale: #D5D5D5. Windows color (decimal): -3482915 or 14539466. OLE color: 14539466.

HSL color Cylindrical-coordinate representation of color #CADADD: hue angle of 189.47º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADADD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202218221-
CMYK0.090.0100.13
HSL189.47º21.84%82.94%-
HSV(B)189.47º8.6%86.67%-
XYZ62.4867.9278.22-
YUV213.56132.2119.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.51%
G=34.01%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022182210.090.0100.13189.4721.8482.94
HexCADADD910Dbd1653
Octal31233233511101527526123
Binary110010101101101011011101100110110110111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADADD; }

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

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

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

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

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

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

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

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