Html Css Color HEX #C5DBC8 Edgewater

📋 copy color: '#C5DBC8'

red 197 ◦ green 219 ◦ blue 200

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

Shades of Edgewater #C5DBC8

Tints of Edgewater #C5DBC8

RGB

 RED value IS 197 (77.34% from 255) = 31.98%

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

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

R = 31.98%
G = 35.55%
B = 32.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C5DBC8 (or 0xC5DBC8) is known color: Edgewater. HEX triplet: C5, DB and C8. RGB value is (197,219,200). Sum of RGB (Red+Green+Blue) = 197+219+200=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC8 is #3A2437. Grayscale: #D2D2D2. Windows color (decimal): -3810360 or 13163461. OLE color: 13163461.

HSL color Cylindrical-coordinate representation of color #C5DBC8: hue angle of 128.18º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBC8 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 200 -
CMYK 0.10 0 0.09 0.14
HSL 128.18º 0.23% 0.82% -
HSV(B) 128.18º 0.1% 0.86% -
XYZ 58.78 66.7 64.42 -
YUV 210.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 197 219 200 0.10 0 0.09 0.14 128.18 0.23 0.82
Hex C5 DB C8 A 0 9 E 80 17 52
Octal 305 333 310 12 0 11 16 200 27 122
Binary 11000101 11011011 11001000 1010 0 1001 1110 10000000 10111 1010010

Color Harmonies of #C5DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBC8

Black with #C5DBC8

Text Example


Text Example

White with #C5DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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