#C4DDDD

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

Shades of Zumthor #C4DDDD

Tints of Zumthor #C4DDDD

Color information

#C4DDDD (or 0xC4DDDD) is unknown color: approx Zumthor. HEX triplet: C4, DD and DD. RGB value is (196,221,221). Sum of RGB (Red+Green+Blue) = 196+221+221=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C4DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDD is #3B2222. Grayscale: #D5D5D5. Windows color (decimal): -3875363 or 14540228. OLE color: 14540228.

HSL color Cylindrical-coordinate representation of color #C4DDDD: hue angle of 180º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DDDD is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196221221-
CMYK0.11000.13
HSL180º26.88%81.76%-
HSV(B)180º11.31%86.67%-
XYZ61.6768.6778.41-
YUV213.53132.22115.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=30.72%
G=34.64%
B=34.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962212210.11000.1318026.8881.76
HexC4DDDDB00Db41b52
Octal30433533513001526433122
Binary110001001101110111011101101100110110110100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDDD; }

 p { color: rgb(196,221,221); }

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

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

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

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

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

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

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