Html Css Color HEX #C5D5CB Edgewater

📋 copy color: '#C5D5CB'

red 197 ◦ green 213 ◦ blue 203

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

Shades of Edgewater #C5D5CB

Tints of Edgewater #C5D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.75%

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

R = 32.14%
G = 34.75%
B = 33.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C5D5CB (or 0xC5D5CB) is known color: Edgewater. HEX triplet: C5, D5 and CB. RGB value is (197,213,203). Sum of RGB (Red+Green+Blue) = 197+213+203=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5CB is #3A2A34. Grayscale: #CFCFCF. Windows color (decimal): -3811893 or 13358533. OLE color: 13358533.

HSL color Cylindrical-coordinate representation of color #C5D5CB: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D5CB is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 203 -
CMYK 0.08 0 0.05 0.16
HSL 142.5º 0.16% 0.8% -
HSV(B) 142.5º 0.08% 0.84% -
XYZ 57.6 63.77 65.77 -
YUV 207.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 197 213 203 0.08 0 0.05 0.16 142.5 0.16 0.8
Hex C5 D5 CB 8 0 5 10 8E 10 50
Octal 305 325 313 10 0 5 20 216 20 120
Binary 11000101 11010101 11001011 1000 0 101 10000 10001110 10000 1010000

Color Harmonies of #C5D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5CB

Black with #C5D5CB

Text Example


Text Example

White with #C5D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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