Html Css Color HEX #C0D9DD Zumthor

📋 copy color: '#C0D9DD'

red 192 ◦ green 217 ◦ blue 221

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

Shades of Zumthor #C0D9DD

Tints of Zumthor #C0D9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.44%

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

R = 30.48%
G = 34.44%
B = 35.08%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0D9DD (or 0xC0D9DD) is known color: Zumthor. HEX triplet: C0, D9 and DD. RGB value is (192,217,221). Sum of RGB (Red+Green+Blue) = 192+217+221=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9DD is #3F2622. Grayscale: #D1D1D1. Windows color (decimal): -4138531 or 14539200. OLE color: 14539200.

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

Color convert

RGB 192 217 221 -
CMYK 0.13 0.02 0 0.13
HSL 188.28º 0.3% 0.81% -
HSV(B) 188.28º 0.13% 0.87% -
XYZ 59.6 66.05 78.01 -
YUV 209.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 192 217 221 0.13 0.02 0 0.13 188.28 0.3 0.81
Hex C0 D9 DD D 2 0 D BC 1E 51
Octal 300 331 335 15 2 0 15 274 36 121
Binary 11000000 11011001 11011101 1101 10 0 1101 10111100 11110 1010001

Color Harmonies of #C0D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D9DD

Black with #C0D9DD

Text Example


Text Example

White with #C0D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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