Html Css Color HEX #C2DAC6 Edgewater

📋 copy color: '#C2DAC6'

red 194 ◦ green 218 ◦ blue 198

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

Shades of Edgewater #C2DAC6

Tints of Edgewater #C2DAC6

RGB

 RED value IS 194 (76.17% from 255) = 31.8%

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

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

R = 31.8%
G = 35.74%
B = 32.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#C2DAC6 (or 0xC2DAC6) is known color: Edgewater. HEX triplet: C2, DA and C6. RGB value is (194,218,198). Sum of RGB (Red+Green+Blue) = 194+218+198=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAC6 is #3D2539. Grayscale: #D0D0D0. Windows color (decimal): -4007226 or 13032130. OLE color: 13032130.

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

Color convert

RGB 194 218 198 -
CMYK 0.11 0 0.09 0.15
HSL 130º 0.24% 0.81% -
HSV(B) 130º 0.11% 0.85% -
XYZ 57.51 65.69 63.07 -
YUV 208.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 194 218 198 0.11 0 0.09 0.15 130 0.24 0.81
Hex C2 DA C6 B 0 9 F 82 18 51
Octal 302 332 306 13 0 11 17 202 30 121
Binary 11000010 11011010 11000110 1011 0 1001 1111 10000010 11000 1010001

Color Harmonies of #C2DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAC6

Black with #C2DAC6

Text Example


Text Example

White with #C2DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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