Html Css Color HEX #C7D9CC Edgewater

📋 copy color: '#C7D9CC'

red 199 ◦ green 217 ◦ blue 204

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

Shades of Edgewater #C7D9CC

Tints of Edgewater #C7D9CC

RGB

 RED value IS 199 (78.13% from 255) = 32.1%

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

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 32.1%
G = 35%
B = 32.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C7D9CC (or 0xC7D9CC) is known color: Edgewater. HEX triplet: C7, D9 and CC. RGB value is (199,217,204). Sum of RGB (Red+Green+Blue) = 199+217+204=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9CC is #382633. Grayscale: #D2D2D2. Windows color (decimal): -3679796 or 13425095. OLE color: 13425095.

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

Color convert

RGB 199 217 204 -
CMYK 0.08 0 0.06 0.15
HSL 136.67º 0.19% 0.82% -
HSV(B) 136.67º 0.08% 0.85% -
XYZ 59.27 66.13 66.77 -
YUV 210.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 199 217 204 0.08 0 0.06 0.15 136.67 0.19 0.82
Hex C7 D9 CC 8 0 6 F 89 13 52
Octal 307 331 314 10 0 6 17 211 23 122
Binary 11000111 11011001 11001100 1000 0 110 1111 10001001 10011 1010010

Color Harmonies of #C7D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D9CC

Black with #C7D9CC

Text Example


Text Example

White with #C7D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D9CC; }

 p { color: rgb(199,217,204); }

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

background-color css

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

 a { background-color: rgb(199,217,204); }

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

border-color css

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

 span { border-color: rgb(199,217,204); }

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