Html Css Color HEX #C2D7CA Edgewater

📋 copy color: '#C2D7CA'

red 194 ◦ green 215 ◦ blue 202

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

Shades of Edgewater #C2D7CA

Tints of Edgewater #C2D7CA

RGB

 RED value IS 194 (76.17% from 255) = 31.75%

 GREEN value IS 215 (84.38% from 255) = 35.19%

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

R = 31.75%
G = 35.19%
B = 33.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C2D7CA (or 0xC2D7CA) is known color: Edgewater. HEX triplet: C2, D7 and CA. RGB value is (194,215,202). Sum of RGB (Red+Green+Blue) = 194+215+202=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7CA is #3D2835. Grayscale: #CFCFCF. Windows color (decimal): -4007990 or 13293506. OLE color: 13293506.

HSL color Cylindrical-coordinate representation of color #C2D7CA: hue angle of 142.86º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D7CA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 202 -
CMYK 0.10 0 0.06 0.16
HSL 142.86º 0.21% 0.8% -
HSV(B) 142.86º 0.1% 0.84% -
XYZ 57.21 64.33 65.28 -
YUV 207.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 194 215 202 0.10 0 0.06 0.16 142.86 0.21 0.8
Hex C2 D7 CA A 0 6 10 8F 15 50
Octal 302 327 312 12 0 6 20 217 25 120
Binary 11000010 11010111 11001010 1010 0 110 10000 10001111 10101 1010000

Color Harmonies of #C2D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7CA

Black with #C2D7CA

Text Example


Text Example

White with #C2D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7CA; }

 p { color: rgb(194,215,202); }

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

background-color css

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

 a { background-color: rgb(194,215,202); }

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

border-color css

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

 span { border-color: rgb(194,215,202); }

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