Html Css Color HEX #C3D6DC Zumthor

📋 copy color: '#C3D6DC'

red 195 ◦ green 214 ◦ blue 220

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

Shades of Zumthor #C3D6DC

Tints of Zumthor #C3D6DC

RGB

 RED value IS 195 (76.56% from 255) = 31%

 GREEN value IS 214 (83.98% from 255) = 34.02%

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 31%
G = 34.02%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3D6DC (or 0xC3D6DC) is known color: Zumthor. HEX triplet: C3, D6 and DC. RGB value is (195,214,220). Sum of RGB (Red+Green+Blue) = 195+214+220=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6DC is #3C2923. Grayscale: #D0D0D0. Windows color (decimal): -3942692 or 14472899. OLE color: 14472899.

HSL color Cylindrical-coordinate representation of color #C3D6DC: hue angle of 194.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3D6DC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 214 220 -
CMYK 0.11 0.03 0 0.14
HSL 194.4º 0.26% 0.81% -
HSV(B) 194.4º 0.11% 0.86% -
XYZ 59.47 64.86 77.1 -
YUV 209 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 195 214 220 0.11 0.03 0 0.14 194.4 0.26 0.81
Hex C3 D6 DC B 3 0 E C2 1A 51
Octal 303 326 334 13 3 0 16 302 32 121
Binary 11000011 11010110 11011100 1011 11 0 1110 11000010 11010 1010001

Color Harmonies of #C3D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D6DC

Black with #C3D6DC

Text Example


Text Example

White with #C3D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D6DC; }

 p { color: rgb(195,214,220); }

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

background-color css

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

 a { background-color: rgb(195,214,220); }

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

border-color css

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

 span { border-color: rgb(195,214,220); }

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