Html Css Color HEX #C5CDC7 Edgewater

📋 copy color: '#C5CDC7'

red 197 ◦ green 205 ◦ blue 199

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

Shades of Edgewater #C5CDC7

Tints of Edgewater #C5CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.11%

 BLUE value IS 199 (78.13% from 255) = 33.11%

R = 32.78%
G = 34.11%
B = 33.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#C5CDC7 (or 0xC5CDC7) is known color: Edgewater. HEX triplet: C5, CD and C7. RGB value is (197,205,199). Sum of RGB (Red+Green+Blue) = 197+205+199=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDC7 is #3A3238. Grayscale: #C9C9C9. Windows color (decimal): -3813945 or 13094341. OLE color: 13094341.

HSL color Cylindrical-coordinate representation of color #C5CDC7: hue angle of 135º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CDC7 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 199 -
CMYK 0.04 0 0.03 0.20
HSL 135º 0.07% 0.79% -
HSV(B) 135º 0.04% 0.8% -
XYZ 55.17 59.66 62.64 -
YUV 201.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 197 205 199 0.04 0 0.03 0.20 135 0.07 0.79
Hex C5 CD C7 4 0 3 14 87 7 4F
Octal 305 315 307 4 0 3 24 207 7 117
Binary 11000101 11001101 11000111 100 0 11 10100 10000111 111 1001111

Color Harmonies of #C5CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDC7

Black with #C5CDC7

Text Example


Text Example

White with #C5CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDC7; }

 p { color: rgb(197,205,199); }

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

background-color css

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

 a { background-color: rgb(197,205,199); }

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

border-color css

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

 span { border-color: rgb(197,205,199); }

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