#C4DDDF

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

Shades of Zumthor #C4DDDF

Tints of Zumthor #C4DDDF

Color information

#C4DDDF (or 0xC4DDDF) is unknown color: approx Zumthor. HEX triplet: C4, DD and DF. RGB value is (196,221,223). Sum of RGB (Red+Green+Blue) = 196+221+223=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDF is #3B2220. Grayscale: #D5D5D5. Windows color (decimal): -3875361 or 14671300. OLE color: 14671300.

HSL color Cylindrical-coordinate representation of color #C4DDDF: hue angle of 184.44º degrees, saturation: 0.3, 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 #C4DDDF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196221223-
CMYK0.120.0100.13
HSL184.44º29.67%82.16%-
HSV(B)184.44º12.11%87.45%-
XYZ61.9468.7879.82-
YUV213.75133.22115.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.62%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=30.62%
G=34.53%
B=34.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962212230.120.0100.13184.4429.6782.16
HexC4DDDFC10Db81e52
Octal30433533714101527036122
Binary110001001101110111011111110010110110111000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDDF; }

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

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

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

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

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

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

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

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