#CADDDE

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

Shades of Zumthor #CADDDE

Tints of Zumthor #CADDDE

Color information

#CADDDE (or 0xCADDDE) is unknown color: approx Zumthor. HEX triplet: CA, DD and DE. RGB value is (202,221,222). Sum of RGB (Red+Green+Blue) = 202+221+222=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: blue. Hex color #CADDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDDE is #352221. Grayscale: #D7D7D7. Windows color (decimal): -3482146 or 14605770. OLE color: 14605770.

HSL color Cylindrical-coordinate representation of color #CADDDE: hue angle of 183º degrees, saturation: 0.23, 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 #CADDDE is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202221222-
CMYK0.090.0000.13
HSL183º23.26%83.14%-
HSV(B)183º9.01%87.06%-
XYZ63.469.5479.19-
YUV215.43131.71118.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=31.32%
G=34.26%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212220.090.0000.1318323.2683.14
HexCADDDE900Db71753
Octal31233533611001526727123
Binary110010101101110111011110100100110110110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDDE; }

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

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

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

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

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

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

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

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