Html Css Color HEX #C0DDDB Zumthor

📋 copy color: '#C0DDDB'

red 192 ◦ green 221 ◦ blue 219

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

Shades of Zumthor #C0DDDB

Tints of Zumthor #C0DDDB

RGB

 RED value IS 192 (75.39% from 255) = 30.38%

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 30.38%
G = 34.97%
B = 34.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C0DDDB (or 0xC0DDDB) is known color: Zumthor. HEX triplet: C0, DD and DB. RGB value is (192,221,219). Sum of RGB (Red+Green+Blue) = 192+221+219=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDB is #3F2224. Grayscale: #D4D4D4. Windows color (decimal): -4137509 or 14409152. OLE color: 14409152.

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

Color convert

RGB 192 221 219 -
CMYK 0.13 0 0.01 0.13
HSL 175.86º 0.3% 0.81% -
HSV(B) 175.86º 0.13% 0.87% -
XYZ 60.38 68.03 76.97 -
YUV 212.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 192 221 219 0.13 0 0.01 0.13 175.86 0.3 0.81
Hex C0 DD DB D 0 1 D B0 1E 51
Octal 300 335 333 15 0 1 15 260 36 121
Binary 11000000 11011101 11011011 1101 0 1 1101 10110000 11110 1010001

Color Harmonies of #C0DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDDB

Black with #C0DDDB

Text Example


Text Example

White with #C0DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDDB; }

 p { color: rgb(192,221,219); }

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

background-color css

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

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

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

border-color css

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

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

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