Html Css Color HEX #C7CBC8 Edgewater

📋 copy color: '#C7CBC8'

red 199 ◦ green 203 ◦ blue 200

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

Shades of Edgewater #C7CBC8

Tints of Edgewater #C7CBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

 BLUE value IS 200 (78.52% from 255) = 33.22%

R = 33.06%
G = 33.72%
B = 33.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#C7CBC8 (or 0xC7CBC8) is known color: Edgewater. HEX triplet: C7, CB and C8. RGB value is (199,203,200). Sum of RGB (Red+Green+Blue) = 199+203+200=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBC8 is #383437. Grayscale: #C9C9C9. Windows color (decimal): -3683384 or 13159367. OLE color: 13159367.

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

Color convert

RGB 199 203 200 -
CMYK 0.02 0 0.01 0.20
HSL 135º 0.04% 0.79% -
HSV(B) 135º 0.02% 0.8% -
XYZ 55.33 59.02 63.12 -
YUV 201.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 199 203 200 0.02 0 0.01 0.20 135 0.04 0.79
Hex C7 CB C8 2 0 1 14 87 4 4F
Octal 307 313 310 2 0 1 24 207 4 117
Binary 11000111 11001011 11001000 10 0 1 10100 10000111 100 1001111

Color Harmonies of #C7CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBC8

Black with #C7CBC8

Text Example


Text Example

White with #C7CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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