#C7DCDA

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

Shades of Zumthor #C7DCDA

Tints of Zumthor #C7DCDA

Color information

#C7DCDA (or 0xC7DCDA) is unknown color: approx Zumthor. HEX triplet: C7, DC and DA. RGB value is (199,220,218). Sum of RGB (Red+Green+Blue) = 199+220+218=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCDA is #382325. Grayscale: #D5D5D5. Windows color (decimal): -3679014 or 14343367. OLE color: 14343367.

HSL color Cylindrical-coordinate representation of color #C7DCDA: hue angle of 174.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCDA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB199220218-
CMYK0.1000.010.14
HSL174.29º23.08%82.16%-
HSV(B)174.29º9.55%86.27%-
XYZ61.868.3976.27-
YUV213.49130.54117.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.24%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=31.24%
G=34.54%
B=34.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992202180.1000.010.14174.2923.0882.16
HexC7DCDAA01Eae1752
Octal30733433212011625627122
Binary110001111101110011011010101001111010101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCDA; }

 p { color: rgb(199,220,218); }

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

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

 a { background-color: rgb(199,220,218); }

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

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

 span { border-color: rgb(199,220,218); }

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