#C4DDDE

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

Shades of Zumthor #C4DDDE

Tints of Zumthor #C4DDDE

Color information

#C4DDDE (or 0xC4DDDE) is unknown color: approx Zumthor. HEX triplet: C4, DD and DE. RGB value is (196,221,222). Sum of RGB (Red+Green+Blue) = 196+221+222=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDE is #3B2221. Grayscale: #D5D5D5. Windows color (decimal): -3875362 or 14605764. OLE color: 14605764.

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

Color convert

RGB196221222-
CMYK0.120.0000.13
HSL182.31º28.26%81.96%-
HSV(B)182.31º11.71%87.06%-
XYZ61.8168.7279.11-
YUV213.64132.72115.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.67%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=30.67%
G=34.59%
B=34.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962212220.120.0000.13182.3128.2681.96
HexC4DDDEC00Db61c52
Octal30433533614001526634122
Binary110001001101110111011110110000110110110110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDDE; }

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

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

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

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

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

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

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

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