Html Css Color HEX #C0D1D6 Zumthor

📋 copy color: '#C0D1D6'

red 192 ◦ green 209 ◦ blue 214

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

Shades of Zumthor #C0D1D6

Tints of Zumthor #C0D1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.98%

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 31.22%
G = 33.98%
B = 34.8%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0D1D6 (or 0xC0D1D6) is known color: Zumthor. HEX triplet: C0, D1 and D6. RGB value is (192,209,214). Sum of RGB (Red+Green+Blue) = 192+209+214=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0D1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1D6 is #3F2E29. Grayscale: #CCCCCC. Windows color (decimal): -4140586 or 14078400. OLE color: 14078400.

HSL color Cylindrical-coordinate representation of color #C0D1D6: hue angle of 193.64º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D1D6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 209 214 -
CMYK 0.10 0.02 0 0.16
HSL 193.64º 0.21% 0.8% -
HSV(B) 193.64º 0.1% 0.84% -
XYZ 56.68 61.66 72.53 -
YUV 204.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 192 209 214 0.10 0.02 0 0.16 193.64 0.21 0.8
Hex C0 D1 D6 A 2 0 10 C2 15 50
Octal 300 321 326 12 2 0 20 302 25 120
Binary 11000000 11010001 11010110 1010 10 0 10000 11000010 10101 1010000

Color Harmonies of #C0D1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1D6

Black with #C0D1D6

Text Example


Text Example

White with #C0D1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1D6; }

 p { color: rgb(192,209,214); }

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

background-color css

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

 a { background-color: rgb(192,209,214); }

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

border-color css

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

 span { border-color: rgb(192,209,214); }

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