Html Css Color HEX #C4DDDD Zumthor

📋 copy color: '#C4DDDD'

red 196 ◦ green 221 ◦ blue 221

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

Shades of Zumthor #C4DDDD

Tints of Zumthor #C4DDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 30.72%
G = 34.64%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4DDDD (or 0xC4DDDD) is known color: Zumthor. HEX triplet: C4, DD and DD. RGB value is (196,221,221). Sum of RGB (Red+Green+Blue) = 196+221+221=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C4DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDD is #3B2222. Grayscale: #D5D5D5. Windows color (decimal): -3875363 or 14540228. OLE color: 14540228.

HSL color Cylindrical-coordinate representation of color #C4DDDD: hue angle of 180º 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 #C4DDDD is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 221 221 -
CMYK 0.11 0 0 0.13
HSL 180º 0.27% 0.82% -
HSV(B) 180º 0.11% 0.87% -
XYZ 61.67 68.67 78.41 -
YUV 213.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 196 221 221 0.11 0 0 0.13 180 0.27 0.82
Hex C4 DD DD B 0 0 D B4 1B 52
Octal 304 335 335 13 0 0 15 264 33 122
Binary 11000100 11011101 11011101 1011 0 0 1101 10110100 11011 1010010

Color Harmonies of #C4DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DDDD

Black with #C4DDDD

Text Example


Text Example

White with #C4DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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