Html Css Color HEX #C3DBC6 Edgewater

📋 copy color: '#C3DBC6'

red 195 ◦ green 219 ◦ blue 198

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

Shades of Edgewater #C3DBC6

Tints of Edgewater #C3DBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 31.86%
G = 35.78%
B = 32.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#C3DBC6 (or 0xC3DBC6) is known color: Edgewater. HEX triplet: C3, DB and C6. RGB value is (195,219,198). Sum of RGB (Red+Green+Blue) = 195+219+198=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBC6 is #3C2439. Grayscale: #D1D1D1. Windows color (decimal): -3941434 or 13032387. OLE color: 13032387.

HSL color Cylindrical-coordinate representation of color #C3DBC6: hue angle of 127.5º 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 #C3DBC6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 219 198 -
CMYK 0.11 0 0.10 0.14
HSL 127.5º 0.25% 0.81% -
HSV(B) 127.5º 0.11% 0.86% -
XYZ 58.03 66.34 63.17 -
YUV 209.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 195 219 198 0.11 0 0.10 0.14 127.5 0.25 0.81
Hex C3 DB C6 B 0 A E 80 19 51
Octal 303 333 306 13 0 12 16 200 31 121
Binary 11000011 11011011 11000110 1011 0 1010 1110 10000000 11001 1010001

Color Harmonies of #C3DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBC6

Black with #C3DBC6

Text Example


Text Example

White with #C3DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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