Html Css Color HEX #C2DDC9 Edgewater

📋 copy color: '#C2DDC9'

red 194 ◦ green 221 ◦ blue 201

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

Shades of Edgewater #C2DDC9

Tints of Edgewater #C2DDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.63%

R = 31.49%
G = 35.88%
B = 32.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C2DDC9 (or 0xC2DDC9) is known color: Edgewater. HEX triplet: C2, DD and C9. RGB value is (194,221,201). Sum of RGB (Red+Green+Blue) = 194+221+201=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC9 is #3D2236. Grayscale: #D2D2D2. Windows color (decimal): -4006455 or 13229506. OLE color: 13229506.

HSL color Cylindrical-coordinate representation of color #C2DDC9: hue angle of 135.56º 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 #C2DDC9 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 201 -
CMYK 0.12 0 0.09 0.13
HSL 135.56º 0.28% 0.81% -
HSV(B) 135.56º 0.12% 0.87% -
XYZ 58.65 67.4 65.18 -
YUV 210.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 194 221 201 0.12 0 0.09 0.13 135.56 0.28 0.81
Hex C2 DD C9 C 0 9 D 88 1C 51
Octal 302 335 311 14 0 11 15 210 34 121
Binary 11000010 11011101 11001001 1100 0 1001 1101 10001000 11100 1010001

Color Harmonies of #C2DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC9

Black with #C2DDC9

Text Example


Text Example

White with #C2DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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