Html Css Color HEX #C7D1CA Edgewater

📋 copy color: '#C7D1CA'

red 199 ◦ green 209 ◦ blue 202

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

Shades of Edgewater #C7D1CA

Tints of Edgewater #C7D1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.26%

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

R = 32.62%
G = 34.26%
B = 33.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C7D1CA (or 0xC7D1CA) is known color: Edgewater. HEX triplet: C7, D1 and CA. RGB value is (199,209,202). Sum of RGB (Red+Green+Blue) = 199+209+202=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D1CA is #382E35. Grayscale: #CDCDCD. Windows color (decimal): -3681846 or 13291975. OLE color: 13291975.

HSL color Cylindrical-coordinate representation of color #C7D1CA: hue angle of 138º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7D1CA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 209 202 -
CMYK 0.05 0 0.03 0.18
HSL 138º 0.1% 0.8% -
HSV(B) 138º 0.05% 0.82% -
XYZ 57.01 62.01 64.84 -
YUV 205.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 199 209 202 0.05 0 0.03 0.18 138 0.1 0.8
Hex C7 D1 CA 5 0 3 12 8A A 50
Octal 307 321 312 5 0 3 22 212 12 120
Binary 11000111 11010001 11001010 101 0 11 10010 10001010 1010 1010000

Color Harmonies of #C7D1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D1CA

Black with #C7D1CA

Text Example


Text Example

White with #C7D1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D1CA; }

 p { color: rgb(199,209,202); }

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

background-color css

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

 a { background-color: rgb(199,209,202); }

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

border-color css

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

 span { border-color: rgb(199,209,202); }

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