Html Css Color HEX #C2DBC5 Edgewater

📋 copy color: '#C2DBC5'

red 194 ◦ green 219 ◦ blue 197

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

Shades of Edgewater #C2DBC5

Tints of Edgewater #C2DBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 31.8%
G = 35.9%
B = 32.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#C2DBC5 (or 0xC2DBC5) is known color: Edgewater. HEX triplet: C2, DB and C5. RGB value is (194,219,197). Sum of RGB (Red+Green+Blue) = 194+219+197=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC5 is #3D243A. Grayscale: #D1D1D1. Windows color (decimal): -4006971 or 12966850. OLE color: 12966850.

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

Color convert

RGB 194 219 197 -
CMYK 0.11 0 0.10 0.14
HSL 127.2º 0.26% 0.81% -
HSV(B) 127.2º 0.11% 0.86% -
XYZ 57.66 66.16 62.56 -
YUV 209.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 194 219 197 0.11 0 0.10 0.14 127.2 0.26 0.81
Hex C2 DB C5 B 0 A E 7F 1A 51
Octal 302 333 305 13 0 12 16 177 32 121
Binary 11000010 11011011 11000101 1011 0 1010 1110 1111111 11010 1010001

Color Harmonies of #C2DBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBC5

Black with #C2DBC5

Text Example


Text Example

White with #C2DBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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