Html Css Color HEX #C2DBDA Zumthor

📋 copy color: '#C2DBDA'

red 194 ◦ green 219 ◦ blue 218

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

Shades of Zumthor #C2DBDA

Tints of Zumthor #C2DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 30.74%
G = 34.71%
B = 34.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C2DBDA (or 0xC2DBDA) is known color: Zumthor. HEX triplet: C2, DB and DA. RGB value is (194,219,218). Sum of RGB (Red+Green+Blue) = 194+219+218=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBDA is #3D2425. Grayscale: #D3D3D3. Windows color (decimal): -4006950 or 14343106. OLE color: 14343106.

HSL color Cylindrical-coordinate representation of color #C2DBDA: hue angle of 177.6º 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 #C2DBDA is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 218 -
CMYK 0.11 0 0.00 0.14
HSL 177.6º 0.26% 0.81% -
HSV(B) 177.6º 0.11% 0.86% -
XYZ 60.23 67.19 76.12 -
YUV 211.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 194 219 218 0.11 0 0.00 0.14 177.6 0.26 0.81
Hex C2 DB DA B 0 0 E B2 1A 51
Octal 302 333 332 13 0 0 16 262 32 121
Binary 11000010 11011011 11011010 1011 0 0 1110 10110010 11010 1010001

Color Harmonies of #C2DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBDA

Black with #C2DBDA

Text Example


Text Example

White with #C2DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBDA; }

 p { color: rgb(194,219,218); }

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

background-color css

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

 a { background-color: rgb(194,219,218); }

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

border-color css

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

 span { border-color: rgb(194,219,218); }

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