Html Css Color HEX #C3DBC9 Edgewater

📋 copy color: '#C3DBC9'

red 195 ◦ green 219 ◦ blue 201

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

Shades of Edgewater #C3DBC9

Tints of Edgewater #C3DBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

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

R = 31.71%
G = 35.61%
B = 32.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C3DBC9 (or 0xC3DBC9) is known color: Edgewater. HEX triplet: C3, DB and C9. RGB value is (195,219,201). Sum of RGB (Red+Green+Blue) = 195+219+201=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBC9 is #3C2436. Grayscale: #D1D1D1. Windows color (decimal): -3941431 or 13228995. OLE color: 13228995.

HSL color Cylindrical-coordinate representation of color #C3DBC9: hue angle of 135º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBC9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 219 201 -
CMYK 0.11 0 0.08 0.14
HSL 135º 0.25% 0.81% -
HSV(B) 135º 0.11% 0.86% -
XYZ 58.38 66.48 65.01 -
YUV 209.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 195 219 201 0.11 0 0.08 0.14 135 0.25 0.81
Hex C3 DB C9 B 0 8 E 87 19 51
Octal 303 333 311 13 0 10 16 207 31 121
Binary 11000011 11011011 11001001 1011 0 1000 1110 10000111 11001 1010001

Color Harmonies of #C3DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBC9

Black with #C3DBC9

Text Example


Text Example

White with #C3DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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