Html Css Color HEX #C0DFC6 Edgewater

📋 copy color: '#C0DFC6'

red 192 ◦ green 223 ◦ blue 198

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

Shades of Edgewater #C0DFC6

Tints of Edgewater #C0DFC6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

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

R = 31.32%
G = 36.38%
B = 32.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#C0DFC6 (or 0xC0DFC6) is known color: Edgewater. HEX triplet: C0, DF and C6. RGB value is (192,223,198). Sum of RGB (Red+Green+Blue) = 192+223+198=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFC6 is #3F2039. Grayscale: #D2D2D2. Windows color (decimal): -4137018 or 13033408. OLE color: 13033408.

HSL color Cylindrical-coordinate representation of color #C0DFC6: hue angle of 131.61º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DFC6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 223 198 -
CMYK 0.14 0 0.11 0.13
HSL 131.61º 0.33% 0.81% -
HSV(B) 131.61º 0.14% 0.87% -
XYZ 58.32 68.06 63.49 -
YUV 210.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 192 223 198 0.14 0 0.11 0.13 131.61 0.33 0.81
Hex C0 DF C6 E 0 B D 84 21 51
Octal 300 337 306 16 0 13 15 204 41 121
Binary 11000000 11011111 11000110 1110 0 1011 1101 10000100 100001 1010001

Color Harmonies of #C0DFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFC6

Black with #C0DFC6

Text Example


Text Example

White with #C0DFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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