Html Css Color HEX #C2DCDD Zumthor

📋 copy color: '#C2DCDD'

red 194 ◦ green 220 ◦ blue 221

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

Shades of Zumthor #C2DCDD

Tints of Zumthor #C2DCDD

RGB

 RED value IS 194 (76.17% from 255) = 30.55%

 GREEN value IS 220 (86.33% from 255) = 34.65%

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

R = 30.55%
G = 34.65%
B = 34.8%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2DCDD (or 0xC2DCDD) is known color: Zumthor. HEX triplet: C2, DC and DD. RGB value is (194,220,221). Sum of RGB (Red+Green+Blue) = 194+220+221=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCDD is #3D2322. Grayscale: #D4D4D4. Windows color (decimal): -4006691 or 14539970. OLE color: 14539970.

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

Color convert

RGB 194 220 221 -
CMYK 0.12 0.00 0 0.13
HSL 182.22º 0.28% 0.81% -
HSV(B) 182.22º 0.12% 0.87% -
XYZ 60.89 67.88 78.3 -
YUV 212.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 194 220 221 0.12 0.00 0 0.13 182.22 0.28 0.81
Hex C2 DC DD C 0 0 D B6 1C 51
Octal 302 334 335 14 0 0 15 266 34 121
Binary 11000010 11011100 11011101 1100 0 0 1101 10110110 11100 1010001

Color Harmonies of #C2DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCDD

Black with #C2DCDD

Text Example


Text Example

White with #C2DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCDD; }

 p { color: rgb(194,220,221); }

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

background-color css

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

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

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

border-color css

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

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

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