Html Css Color HEX #C4DEDE Zumthor

📋 copy color: '#C4DEDE'

red 196 ◦ green 222 ◦ blue 222

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

Shades of Zumthor #C4DEDE

Tints of Zumthor #C4DEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.69%

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 30.63%
G = 34.69%
B = 34.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4DEDE (or 0xC4DEDE) is known color: Zumthor. HEX triplet: C4, DE and DE. RGB value is (196,222,222). Sum of RGB (Red+Green+Blue) = 196+222+222=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C4DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEDE is #3B2121. Grayscale: #D6D6D6. Windows color (decimal): -3875106 or 14606020. OLE color: 14606020.

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

Color convert

RGB 196 222 222 -
CMYK 0.12 0 0 0.13
HSL 180º 0.28% 0.82% -
HSV(B) 180º 0.12% 0.87% -
XYZ 62.07 69.25 79.2 -
YUV 214.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 196 222 222 0.12 0 0 0.13 180 0.28 0.82
Hex C4 DE DE C 0 0 D B4 1C 52
Octal 304 336 336 14 0 0 15 264 34 122
Binary 11000100 11011110 11011110 1100 0 0 1101 10110100 11100 1010010

Color Harmonies of #C4DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DEDE

Black with #C4DEDE

Text Example


Text Example

White with #C4DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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