Html Css Color HEX #C7D1CB Edgewater

📋 copy color: '#C7D1CB'

red 199 ◦ green 209 ◦ blue 203

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

Shades of Edgewater #C7D1CB

Tints of Edgewater #C7D1CB

RGB

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

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

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

R = 32.57%
G = 34.21%
B = 33.22%

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

#C7D1CB (or 0xC7D1CB) is known color: Edgewater. HEX triplet: C7, D1 and CB. RGB value is (199,209,203). Sum of RGB (Red+Green+Blue) = 199+209+203=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D1CB is #382E34. Grayscale: #CDCDCD. Windows color (decimal): -3681845 or 13357511. OLE color: 13357511.

HSL color Cylindrical-coordinate representation of color #C7D1CB: hue angle of 144º 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 #C7D1CB is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 209 203 -
CMYK 0.05 0 0.03 0.18
HSL 144º 0.1% 0.8% -
HSV(B) 144º 0.05% 0.82% -
XYZ 57.13 62.05 65.47 -
YUV 205.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 199 209 203 0.05 0 0.03 0.18 144 0.1 0.8
Hex C7 D1 CB 5 0 3 12 90 A 50
Octal 307 321 313 5 0 3 22 220 12 120
Binary 11000111 11010001 11001011 101 0 11 10010 10010000 1010 1010000

Color Harmonies of #C7D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D1CB

Black with #C7D1CB

Text Example


Text Example

White with #C7D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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