Html Css Color HEX #C6DAC9 Edgewater

📋 copy color: '#C6DAC9'

red 198 ◦ green 218 ◦ blue 201

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

Shades of Edgewater #C6DAC9

Tints of Edgewater #C6DAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

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

R = 32.09%
G = 35.33%
B = 32.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#C6DAC9 (or 0xC6DAC9) is known color: Edgewater. HEX triplet: C6, DA and C9. RGB value is (198,218,201). Sum of RGB (Red+Green+Blue) = 198+218+201=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DAC9 is #392536. Grayscale: #D2D2D2. Windows color (decimal): -3745079 or 13228742. OLE color: 13228742.

HSL color Cylindrical-coordinate representation of color #C6DAC9: hue angle of 129º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6DAC9 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 201 -
CMYK 0.09 0 0.08 0.15
HSL 129º 0.21% 0.82% -
HSV(B) 129º 0.09% 0.85% -
XYZ 58.9 66.37 64.96 -
YUV 210.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 198 218 201 0.09 0 0.08 0.15 129 0.21 0.82
Hex C6 DA C9 9 0 8 F 81 15 52
Octal 306 332 311 11 0 10 17 201 25 122
Binary 11000110 11011010 11001001 1001 0 1000 1111 10000001 10101 1010010

Color Harmonies of #C6DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DAC9

Black with #C6DAC9

Text Example


Text Example

White with #C6DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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