Html Css Color HEX #C4DDDC Zumthor

📋 copy color: '#C4DDDC'

red 196 ◦ green 221 ◦ blue 220

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

Shades of Zumthor #C4DDDC

Tints of Zumthor #C4DDDC

RGB

 RED value IS 196 (76.95% from 255) = 30.77%

 GREEN value IS 221 (86.72% from 255) = 34.69%

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 30.77%
G = 34.69%
B = 34.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#C4DDDC (or 0xC4DDDC) is known color: Zumthor. HEX triplet: C4, DD and DC. RGB value is (196,221,220). Sum of RGB (Red+Green+Blue) = 196+221+220=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDC is #3B2223. Grayscale: #D5D5D5. Windows color (decimal): -3875364 or 14474692. OLE color: 14474692.

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

Color convert

RGB 196 221 220 -
CMYK 0.11 0 0.00 0.13
HSL 177.6º 0.27% 0.82% -
HSV(B) 177.6º 0.11% 0.87% -
XYZ 61.54 68.62 77.71 -
YUV 213.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 196 221 220 0.11 0 0.00 0.13 177.6 0.27 0.82
Hex C4 DD DC B 0 0 D B2 1B 52
Octal 304 335 334 13 0 0 15 262 33 122
Binary 11000100 11011101 11011100 1011 0 0 1101 10110010 11011 1010010

Color Harmonies of #C4DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DDDC

Black with #C4DDDC

Text Example


Text Example

White with #C4DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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