Html Css Color HEX #C0D1C6 Edgewater

📋 copy color: '#C0D1C6'

red 192 ◦ green 209 ◦ blue 198

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

Shades of Edgewater #C0D1C6

Tints of Edgewater #C0D1C6

RGB

 RED value IS 192 (75.39% from 255) = 32.05%

 GREEN value IS 209 (82.03% from 255) = 34.89%

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

R = 32.05%
G = 34.89%
B = 33.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#C0D1C6 (or 0xC0D1C6) is known color: Edgewater. HEX triplet: C0, D1 and C6. RGB value is (192,209,198). Sum of RGB (Red+Green+Blue) = 192+209+198=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1C6 is #3F2E39. Grayscale: #CACACA. Windows color (decimal): -4140602 or 13029824. OLE color: 13029824.

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

Color convert

RGB 192 209 198 -
CMYK 0.08 0 0.05 0.18
HSL 141.18º 0.16% 0.79% -
HSV(B) 141.18º 0.08% 0.82% -
XYZ 54.73 60.88 62.29 -
YUV 202.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 192 209 198 0.08 0 0.05 0.18 141.18 0.16 0.79
Hex C0 D1 C6 8 0 5 12 8D 10 4F
Octal 300 321 306 10 0 5 22 215 20 117
Binary 11000000 11010001 11000110 1000 0 101 10010 10001101 10000 1001111

Color Harmonies of #C0D1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1C6

Black with #C0D1C6

Text Example


Text Example

White with #C0D1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1C6; }

 p { color: rgb(192,209,198); }

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

background-color css

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

 a { background-color: rgb(192,209,198); }

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

border-color css

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

 span { border-color: rgb(192,209,198); }

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