Html Css Color HEX #C6D7CC Edgewater

📋 copy color: '#C6D7CC'

red 198 ◦ green 215 ◦ blue 204

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

Shades of Edgewater #C6D7CC

Tints of Edgewater #C6D7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 32.09%
G = 34.85%
B = 33.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C6D7CC (or 0xC6D7CC) is known color: Edgewater. HEX triplet: C6, D7 and CC. RGB value is (198,215,204). Sum of RGB (Red+Green+Blue) = 198+215+204=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7CC is #392833. Grayscale: #D0D0D0. Windows color (decimal): -3745844 or 13424582. OLE color: 13424582.

HSL color Cylindrical-coordinate representation of color #C6D7CC: hue angle of 141.18º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6D7CC is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 215 204 -
CMYK 0.08 0 0.05 0.16
HSL 141.18º 0.18% 0.81% -
HSV(B) 141.18º 0.08% 0.84% -
XYZ 58.49 64.97 66.58 -
YUV 208.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 198 215 204 0.08 0 0.05 0.16 141.18 0.18 0.81
Hex C6 D7 CC 8 0 5 10 8D 12 51
Octal 306 327 314 10 0 5 20 215 22 121
Binary 11000110 11010111 11001100 1000 0 101 10000 10001101 10010 1010001

Color Harmonies of #C6D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D7CC

Black with #C6D7CC

Text Example


Text Example

White with #C6D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D7CC; }

 p { color: rgb(198,215,204); }

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

background-color css

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

 a { background-color: rgb(198,215,204); }

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

border-color css

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

 span { border-color: rgb(198,215,204); }

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