Html Css Color HEX #C7CEC9 Edgewater

📋 copy color: '#C7CEC9'

red 199 ◦ green 206 ◦ blue 201

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

Shades of Edgewater #C7CEC9

Tints of Edgewater #C7CEC9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

 BLUE value IS 201 (78.91% from 255) = 33.17%

R = 32.84%
G = 33.99%
B = 33.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C7CEC9 (or 0xC7CEC9) is known color: Edgewater. HEX triplet: C7, CE and C9. RGB value is (199,206,201). Sum of RGB (Red+Green+Blue) = 199+206+201=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEC9 is #383136. Grayscale: #CBCBCB. Windows color (decimal): -3682615 or 13225671. OLE color: 13225671.

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

Color convert

RGB 199 206 201 -
CMYK 0.03 0 0.02 0.19
HSL 137.14º 0.07% 0.79% -
HSV(B) 137.14º 0.03% 0.81% -
XYZ 56.17 60.5 63.98 -
YUV 203.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 199 206 201 0.03 0 0.02 0.19 137.14 0.07 0.79
Hex C7 CE C9 3 0 2 13 89 7 4F
Octal 307 316 311 3 0 2 23 211 7 117
Binary 11000111 11001110 11001001 11 0 10 10011 10001001 111 1001111

Color Harmonies of #C7CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CEC9

Black with #C7CEC9

Text Example


Text Example

White with #C7CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CEC9; }

 p { color: rgb(199,206,201); }

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

background-color css

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

 a { background-color: rgb(199,206,201); }

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

border-color css

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

 span { border-color: rgb(199,206,201); }

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