#CBDDDC

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

Shades of Zumthor #CBDDDC

Tints of Zumthor #CBDDDC

Color information

#CBDDDC (or 0xCBDDDC) is unknown color: approx Zumthor. HEX triplet: CB, DD and DC. RGB value is (203,221,220). Sum of RGB (Red+Green+Blue) = 203+221+220=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDDC is #342223. Grayscale: #D7D7D7. Windows color (decimal): -3416612 or 14474699. OLE color: 14474699.

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

Color convert

RGB203221220-
CMYK0.0800.000.13
HSL176.67º20.93%83.14%-
HSV(B)176.67º8.14%86.67%-
XYZ63.469.5877.8-
YUV215.5130.54119.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=31.52%
G=34.32%
B=34.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212200.0800.000.13176.6720.9383.14
HexCBDDDC800Db11553
Octal31333533410001526125123
Binary110010111101110111011100100000110110110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDDC; }

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

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

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

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

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

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

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

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