Html Css Color HEX #C3D7C9 Edgewater

📋 copy color: '#C3D7C9'

red 195 ◦ green 215 ◦ blue 201

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

Shades of Edgewater #C3D7C9

Tints of Edgewater #C3D7C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 31.91%
G = 35.19%
B = 32.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#C3D7C9 (or 0xC3D7C9) is known color: Edgewater. HEX triplet: C3, D7 and C9. RGB value is (195,215,201). Sum of RGB (Red+Green+Blue) = 195+215+201=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D7C9 is #3C2836. Grayscale: #CFCFCF. Windows color (decimal): -3942455 or 13227971. OLE color: 13227971.

HSL color Cylindrical-coordinate representation of color #C3D7C9: hue angle of 138º 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 #C3D7C9 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 215 201 -
CMYK 0.09 0 0.07 0.16
HSL 138º 0.2% 0.8% -
HSV(B) 138º 0.09% 0.84% -
XYZ 57.35 64.42 64.67 -
YUV 207.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 195 215 201 0.09 0 0.07 0.16 138 0.2 0.8
Hex C3 D7 C9 9 0 7 10 8A 14 50
Octal 303 327 311 11 0 7 20 212 24 120
Binary 11000011 11010111 11001001 1001 0 111 10000 10001010 10100 1010000

Color Harmonies of #C3D7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D7C9

Black with #C3D7C9

Text Example


Text Example

White with #C3D7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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