Html Css Color HEX #C8DDDD Zumthor

📋 copy color: '#C8DDDD'

red 200 ◦ green 221 ◦ blue 221

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

Shades of Zumthor #C8DDDD

Tints of Zumthor #C8DDDD

RGB

 RED value IS 200 (78.52% from 255) = 31.15%

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

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

R = 31.15%
G = 34.42%
B = 34.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8DDDD (or 0xC8DDDD) is known color: Zumthor. HEX triplet: C8, DD and DD. RGB value is (200,221,221). Sum of RGB (Red+Green+Blue) = 200+221+221=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C8DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDDD is #372222. Grayscale: #D6D6D6. Windows color (decimal): -3613219 or 14540232. OLE color: 14540232.

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

Color convert

RGB 200 221 221 -
CMYK 0.10 0 0 0.13
HSL 180º 0.24% 0.83% -
HSV(B) 180º 0.1% 0.87% -
XYZ 62.73 69.21 78.46 -
YUV 214.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 200 221 221 0.10 0 0 0.13 180 0.24 0.83
Hex C8 DD DD A 0 0 D B4 18 53
Octal 310 335 335 12 0 0 15 264 30 123
Binary 11001000 11011101 11011101 1010 0 0 1101 10110100 11000 1010011

Color Harmonies of #C8DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDDD

Black with #C8DDDD

Text Example


Text Example

White with #C8DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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