Html Css Color HEX #C6DCC9 Edgewater

📋 copy color: '#C6DCC9'

red 198 ◦ green 220 ◦ blue 201

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

Shades of Edgewater #C6DCC9

Tints of Edgewater #C6DCC9

RGB

 RED value IS 198 (77.73% from 255) = 31.99%

 GREEN value IS 220 (86.33% from 255) = 35.54%

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

R = 31.99%
G = 35.54%
B = 32.47%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C6DCC9 (or 0xC6DCC9) is known color: Edgewater. HEX triplet: C6, DC and C9. RGB value is (198,220,201). Sum of RGB (Red+Green+Blue) = 198+220+201=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCC9 is #392336. Grayscale: #D3D3D3. Windows color (decimal): -3744567 or 13229254. OLE color: 13229254.

HSL color Cylindrical-coordinate representation of color #C6DCC9: hue angle of 128.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DCC9 is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 220 201 -
CMYK 0.1 0 0.09 0.14
HSL 128.18º 0.24% 0.82% -
HSV(B) 128.18º 0.1% 0.86% -
XYZ 59.42 67.41 65.14 -
YUV 211.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 198 220 201 0.1 0 0.09 0.14 128.18 0.24 0.82
Hex C6 DC C9 A 0 9 E 80 18 52
Octal 306 334 311 12 0 11 16 200 30 122
Binary 11000110 11011100 11001001 1010 0 1001 1110 10000000 11000 1010010

Color Harmonies of #C6DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCC9

Black with #C6DCC9

Text Example


Text Example

White with #C6DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCC9; }

 p { color: rgb(198,220,201); }

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

background-color css

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

 a { background-color: rgb(198,220,201); }

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

border-color css

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

 span { border-color: rgb(198,220,201); }

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