Html Css Color HEX #C3D7CA Edgewater

📋 copy color: '#C3D7CA'

red 195 ◦ green 215 ◦ blue 202

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

Shades of Edgewater #C3D7CA

Tints of Edgewater #C3D7CA

RGB

 RED value IS 195 (76.56% from 255) = 31.86%

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

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

R = 31.86%
G = 35.13%
B = 33.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C3D7CA (or 0xC3D7CA) is known color: Edgewater. HEX triplet: C3, D7 and CA. RGB value is (195,215,202). Sum of RGB (Red+Green+Blue) = 195+215+202=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D7CA is #3C2835. Grayscale: #CFCFCF. Windows color (decimal): -3942454 or 13293507. OLE color: 13293507.

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

Color convert

RGB 195 215 202 -
CMYK 0.09 0 0.06 0.16
HSL 141º 0.2% 0.8% -
HSV(B) 141º 0.09% 0.84% -
XYZ 57.47 64.47 65.29 -
YUV 207.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 195 215 202 0.09 0 0.06 0.16 141 0.2 0.8
Hex C3 D7 CA 9 0 6 10 8D 14 50
Octal 303 327 312 11 0 6 20 215 24 120
Binary 11000011 11010111 11001010 1001 0 110 10000 10001101 10100 1010000

Color Harmonies of #C3D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D7CA

Black with #C3D7CA

Text Example


Text Example

White with #C3D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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