Html Css Color HEX #C5D9CB Edgewater

📋 copy color: '#C5D9CB'

red 197 ◦ green 217 ◦ blue 203

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

Shades of Edgewater #C5D9CB

Tints of Edgewater #C5D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.17%

 BLUE value IS 203 (79.69% from 255) = 32.9%

R = 31.93%
G = 35.17%
B = 32.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C5D9CB (or 0xC5D9CB) is known color: Edgewater. HEX triplet: C5, D9 and CB. RGB value is (197,217,203). Sum of RGB (Red+Green+Blue) = 197+217+203=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9CB is #3A2634. Grayscale: #D1D1D1. Windows color (decimal): -3810869 or 13359557. OLE color: 13359557.

HSL color Cylindrical-coordinate representation of color #C5D9CB: hue angle of 138º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D9CB is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 203 -
CMYK 0.09 0 0.06 0.15
HSL 138º 0.21% 0.81% -
HSV(B) 138º 0.09% 0.85% -
XYZ 58.62 65.81 66.11 -
YUV 209.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 197 217 203 0.09 0 0.06 0.15 138 0.21 0.81
Hex C5 D9 CB 9 0 6 F 8A 15 51
Octal 305 331 313 11 0 6 17 212 25 121
Binary 11000101 11011001 11001011 1001 0 110 1111 10001010 10101 1010001

Color Harmonies of #C5D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D9CB

Black with #C5D9CB

Text Example


Text Example

White with #C5D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D9CB; }

 p { color: rgb(197,217,203); }

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

background-color css

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

 a { background-color: rgb(197,217,203); }

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

border-color css

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

 span { border-color: rgb(197,217,203); }

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