Html Css Color HEX #C5DCDA Zumthor

📋 copy color: '#C5DCDA'

red 197 ◦ green 220 ◦ blue 218

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

Shades of Zumthor #C5DCDA

Tints of Zumthor #C5DCDA

RGB

 RED value IS 197 (77.34% from 255) = 31.02%

 GREEN value IS 220 (86.33% from 255) = 34.65%

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 31.02%
G = 34.65%
B = 34.33%

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

#C5DCDA (or 0xC5DCDA) is known color: Zumthor. HEX triplet: C5, DC and DA. RGB value is (197,220,218). Sum of RGB (Red+Green+Blue) = 197+220+218=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCDA is #3A2325. Grayscale: #D4D4D4. Windows color (decimal): -3810086 or 14343365. OLE color: 14343365.

HSL color Cylindrical-coordinate representation of color #C5DCDA: hue angle of 174.78º degrees, saturation: 0.25, 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 #C5DCDA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 218 -
CMYK 0.10 0 0.01 0.14
HSL 174.78º 0.25% 0.82% -
HSV(B) 174.78º 0.1% 0.86% -
XYZ 61.27 68.12 76.25 -
YUV 212.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 197 220 218 0.10 0 0.01 0.14 174.78 0.25 0.82
Hex C5 DC DA A 0 1 E AF 19 52
Octal 305 334 332 12 0 1 16 257 31 122
Binary 11000101 11011100 11011010 1010 0 1 1110 10101111 11001 1010010

Color Harmonies of #C5DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCDA

Black with #C5DCDA

Text Example


Text Example

White with #C5DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCDA; }

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

 H1.HeaderClassName
 {
   color: #C5DCDA;
 }
 .AnyTagClassName
 {
   color: #C5DCDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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