Html Css Color HEX #C7D3CA Edgewater

📋 copy color: '#C7D3CA'

red 199 ◦ green 211 ◦ blue 202

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

Shades of Edgewater #C7D3CA

Tints of Edgewater #C7D3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.48%

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

R = 32.52%
G = 34.48%
B = 33.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C7D3CA (or 0xC7D3CA) is known color: Edgewater. HEX triplet: C7, D3 and CA. RGB value is (199,211,202). Sum of RGB (Red+Green+Blue) = 199+211+202=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3CA is #382C35. Grayscale: #CECECE. Windows color (decimal): -3681334 or 13292487. OLE color: 13292487.

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

Color convert

RGB 199 211 202 -
CMYK 0.06 0 0.04 0.17
HSL 135º 0.12% 0.8% -
HSV(B) 135º 0.06% 0.83% -
XYZ 57.51 62.99 65.01 -
YUV 206.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 199 211 202 0.06 0 0.04 0.17 135 0.12 0.8
Hex C7 D3 CA 6 0 4 11 87 C 50
Octal 307 323 312 6 0 4 21 207 14 120
Binary 11000111 11010011 11001010 110 0 100 10001 10000111 1100 1010000

Color Harmonies of #C7D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D3CA

Black with #C7D3CA

Text Example


Text Example

White with #C7D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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