Html Css Color HEX #C5DBC9 Edgewater

📋 copy color: '#C5DBC9'

red 197 ◦ green 219 ◦ blue 201

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

Shades of Edgewater #C5DBC9

Tints of Edgewater #C5DBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.58%

R = 31.93%
G = 35.49%
B = 32.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C5DBC9 (or 0xC5DBC9) is known color: Edgewater. HEX triplet: C5, DB and C9. RGB value is (197,219,201). Sum of RGB (Red+Green+Blue) = 197+219+201=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC9 is #3A2436. Grayscale: #D2D2D2. Windows color (decimal): -3810359 or 13228997. OLE color: 13228997.

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

Color convert

RGB 197 219 201 -
CMYK 0.10 0 0.08 0.14
HSL 130.91º 0.23% 0.82% -
HSV(B) 130.91º 0.1% 0.86% -
XYZ 58.9 66.75 65.04 -
YUV 210.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 197 219 201 0.10 0 0.08 0.14 130.91 0.23 0.82
Hex C5 DB C9 A 0 8 E 83 17 52
Octal 305 333 311 12 0 10 16 203 27 122
Binary 11000101 11011011 11001001 1010 0 1000 1110 10000011 10111 1010010

Color Harmonies of #C5DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBC9

Black with #C5DBC9

Text Example


Text Example

White with #C5DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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