Html Css Color HEX #C2DBC8 Edgewater

📋 copy color: '#C2DBC8'

red 194 ◦ green 219 ◦ blue 200

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

Shades of Edgewater #C2DBC8

Tints of Edgewater #C2DBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.63%

R = 31.65%
G = 35.73%
B = 32.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C2DBC8 (or 0xC2DBC8) is known color: Edgewater. HEX triplet: C2, DB and C8. RGB value is (194,219,200). Sum of RGB (Red+Green+Blue) = 194+219+200=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC8 is #3D2437. Grayscale: #D1D1D1. Windows color (decimal): -4006968 or 13163458. OLE color: 13163458.

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

Color convert

RGB 194 219 200 -
CMYK 0.11 0 0.09 0.14
HSL 134.4º 0.26% 0.81% -
HSV(B) 134.4º 0.11% 0.86% -
XYZ 58 66.3 64.38 -
YUV 209.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 194 219 200 0.11 0 0.09 0.14 134.4 0.26 0.81
Hex C2 DB C8 B 0 9 E 86 1A 51
Octal 302 333 310 13 0 11 16 206 32 121
Binary 11000010 11011011 11001000 1011 0 1001 1110 10000110 11010 1010001

Color Harmonies of #C2DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBC8

Black with #C2DBC8

Text Example


Text Example

White with #C2DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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