Html Css Color HEX #C2DADB Zumthor

📋 copy color: '#C2DADB'

red 194 ◦ green 218 ◦ blue 219

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

Shades of Zumthor #C2DADB

Tints of Zumthor #C2DADB

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 194 218 219 -
CMYK 0.11 0.00 0 0.14
HSL 182.4º 0.26% 0.81% -
HSV(B) 182.4º 0.11% 0.86% -
XYZ 60.11 66.73 76.73 -
YUV 210.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 194 218 219 0.11 0.00 0 0.14 182.4 0.26 0.81
Hex C2 DA DB B 0 0 E B6 1A 51
Octal 302 332 333 13 0 0 16 266 32 121
Binary 11000010 11011010 11011011 1011 0 0 1110 10110110 11010 1010001

Color Harmonies of #C2DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DADB

Black with #C2DADB

Text Example


Text Example

White with #C2DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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