Html Css Color HEX #C7DCDA Zumthor

📋 copy color: '#C7DCDA'

red 199 ◦ green 220 ◦ blue 218

#C7DCDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #C7DCDA

Tints of Zumthor #C7DCDA

RGB

 RED value IS 199 (78.13% 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 value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#C7DCDA (or 0xC7DCDA) is known color: 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

RGB 199 220 218 -
CMYK 0.10 0 0.01 0.14
HSL 174.29º 0.23% 0.82% -
HSV(B) 174.29º 0.1% 0.86% -
XYZ 61.8 68.39 76.27 -
YUV 213.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 199 220 218 0.10 0 0.01 0.14 174.29 0.23 0.82
Hex C7 DC DA A 0 1 E AE 17 52
Octal 307 334 332 12 0 1 16 256 27 122
Binary 11000111 11011100 11011010 1010 0 1 1110 10101110 10111 1010010

Color Harmonies of #C7DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCDA

Black with #C7DCDA

Text Example


Text Example

White with #C7DCDA

Text Example


Text Example

HTML Codes & Css Web 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>