Html Css Color HEX #C2DDC6 Edgewater

📋 copy color: '#C2DDC6'

red 194 ◦ green 221 ◦ blue 198

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

Shades of Edgewater #C2DDC6

Tints of Edgewater #C2DDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.05%

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

R = 31.65%
G = 36.05%
B = 32.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#C2DDC6 (or 0xC2DDC6) is known color: Edgewater. HEX triplet: C2, DD and C6. RGB value is (194,221,198). Sum of RGB (Red+Green+Blue) = 194+221+198=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC6 is #3D2239. Grayscale: #D2D2D2. Windows color (decimal): -4006458 or 13032898. OLE color: 13032898.

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

Color convert

RGB 194 221 198 -
CMYK 0.12 0 0.10 0.13
HSL 128.89º 0.28% 0.81% -
HSV(B) 128.89º 0.12% 0.87% -
XYZ 58.3 67.26 63.34 -
YUV 210.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 194 221 198 0.12 0 0.10 0.13 128.89 0.28 0.81
Hex C2 DD C6 C 0 A D 81 1C 51
Octal 302 335 306 14 0 12 15 201 34 121
Binary 11000010 11011101 11000110 1100 0 1010 1101 10000001 11100 1010001

Color Harmonies of #C2DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC6

Black with #C2DDC6

Text Example


Text Example

White with #C2DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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