Html Css Color HEX #C6D6CC Edgewater

📋 copy color: '#C6D6CC'

red 198 ◦ green 214 ◦ blue 204

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

Shades of Edgewater #C6D6CC

Tints of Edgewater #C6D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.74%

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

R = 32.14%
G = 34.74%
B = 33.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C6D6CC (or 0xC6D6CC) is known color: Edgewater. HEX triplet: C6, D6 and CC. RGB value is (198,214,204). Sum of RGB (Red+Green+Blue) = 198+214+204=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6CC is #392933. Grayscale: #D0D0D0. Windows color (decimal): -3746100 or 13424326. OLE color: 13424326.

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

Color convert

RGB 198 214 204 -
CMYK 0.07 0 0.05 0.16
HSL 142.5º 0.16% 0.81% -
HSV(B) 142.5º 0.07% 0.84% -
XYZ 58.23 64.46 66.5 -
YUV 208.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 198 214 204 0.07 0 0.05 0.16 142.5 0.16 0.81
Hex C6 D6 CC 7 0 5 10 8E 10 51
Octal 306 326 314 7 0 5 20 216 20 121
Binary 11000110 11010110 11001100 111 0 101 10000 10001110 10000 1010001

Color Harmonies of #C6D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D6CC

Black with #C6D6CC

Text Example


Text Example

White with #C6D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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