#CBDEDD

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

Shades of Zumthor #CBDEDD

Tints of Zumthor #CBDEDD

Color information

#CBDEDD (or 0xCBDEDD) is unknown color: approx Zumthor. HEX triplet: CB, DE and DD. RGB value is (203,222,221). Sum of RGB (Red+Green+Blue) = 203+222+221=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDD is #342122. Grayscale: #D8D8D8. Windows color (decimal): -3416355 or 14540491. OLE color: 14540491.

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

Color convert

RGB203222221-
CMYK0.0900.000.13
HSL176.84º22.35%83.33%-
HSV(B)176.84º8.56%87.06%-
XYZ63.870.1678.59-
YUV216.2130.71118.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=31.42%
G=34.37%
B=34.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222210.0900.000.13176.8422.3583.33
HexCBDEDD900Db11653
Octal31333633511001526126123
Binary110010111101111011011101100100110110110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEDD; }

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

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

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

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

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

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

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

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