Html Css Color HEX #C5D7CA Edgewater

📋 copy color: '#C5D7CA'

red 197 ◦ green 215 ◦ blue 202

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

Shades of Edgewater #C5D7CA

Tints of Edgewater #C5D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.02%

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 32.08%
G = 35.02%
B = 32.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C5D7CA (or 0xC5D7CA) is known color: Edgewater. HEX triplet: C5, D7 and CA. RGB value is (197,215,202). Sum of RGB (Red+Green+Blue) = 197+215+202=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7CA is #3A2835. Grayscale: #D0D0D0. Windows color (decimal): -3811382 or 13293509. OLE color: 13293509.

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

Color convert

RGB 197 215 202 -
CMYK 0.08 0 0.06 0.16
HSL 136.67º 0.18% 0.81% -
HSV(B) 136.67º 0.08% 0.84% -
XYZ 57.99 64.74 65.32 -
YUV 208.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 197 215 202 0.08 0 0.06 0.16 136.67 0.18 0.81
Hex C5 D7 CA 8 0 6 10 89 12 51
Octal 305 327 312 10 0 6 20 211 22 121
Binary 11000101 11010111 11001010 1000 0 110 10000 10001001 10010 1010001

Color Harmonies of #C5D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7CA

Black with #C5D7CA

Text Example


Text Example

White with #C5D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7CA; }

 p { color: rgb(197,215,202); }

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

background-color css

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

 a { background-color: rgb(197,215,202); }

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

border-color css

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

 span { border-color: rgb(197,215,202); }

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