Html Css Color HEX #C7DFCA Edgewater

📋 copy color: '#C7DFCA'

red 199 ◦ green 223 ◦ blue 202

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

Shades of Edgewater #C7DFCA

Tints of Edgewater #C7DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.74%

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

R = 31.89%
G = 35.74%
B = 32.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C7DFCA (or 0xC7DFCA) is known color: Edgewater. HEX triplet: C7, DF and CA. RGB value is (199,223,202). Sum of RGB (Red+Green+Blue) = 199+223+202=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFCA is #382035. Grayscale: #D5D5D5. Windows color (decimal): -3678262 or 13295559. OLE color: 13295559.

HSL color Cylindrical-coordinate representation of color #C7DFCA: hue angle of 127.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DFCA is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 223 202 -
CMYK 0.11 0 0.09 0.13
HSL 127.5º 0.27% 0.83% -
HSV(B) 127.5º 0.11% 0.87% -
XYZ 60.6 69.18 66.04 -
YUV 213.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 199 223 202 0.11 0 0.09 0.13 127.5 0.27 0.83
Hex C7 DF CA B 0 9 D 80 1B 53
Octal 307 337 312 13 0 11 15 200 33 123
Binary 11000111 11011111 11001010 1011 0 1001 1101 10000000 11011 1010011

Color Harmonies of #C7DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DFCA

Black with #C7DFCA

Text Example


Text Example

White with #C7DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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