Html Css Color HEX #C7D5CA Edgewater

📋 copy color: '#C7D5CA'

red 199 ◦ green 213 ◦ blue 202

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

Shades of Edgewater #C7D5CA

Tints of Edgewater #C7D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.69%

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

R = 32.41%
G = 34.69%
B = 32.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C7D5CA (or 0xC7D5CA) is known color: Edgewater. HEX triplet: C7, D5 and CA. RGB value is (199,213,202). Sum of RGB (Red+Green+Blue) = 199+213+202=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5CA is #382A35. Grayscale: #CFCFCF. Windows color (decimal): -3680822 or 13292999. OLE color: 13292999.

HSL color Cylindrical-coordinate representation of color #C7D5CA: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D5CA is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 202 -
CMYK 0.07 0 0.05 0.16
HSL 132.86º 0.14% 0.81% -
HSV(B) 132.86º 0.07% 0.84% -
XYZ 58.01 63.99 65.17 -
YUV 207.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 199 213 202 0.07 0 0.05 0.16 132.86 0.14 0.81
Hex C7 D5 CA 7 0 5 10 85 E 51
Octal 307 325 312 7 0 5 20 205 16 121
Binary 11000111 11010101 11001010 111 0 101 10000 10000101 1110 1010001

Color Harmonies of #C7D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D5CA

Black with #C7D5CA

Text Example


Text Example

White with #C7D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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