Html Css Color HEX #C2DDC8 Edgewater

📋 copy color: '#C2DDC8'

red 194 ◦ green 221 ◦ blue 200

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

Shades of Edgewater #C2DDC8

Tints of Edgewater #C2DDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.52%

R = 31.54%
G = 35.93%
B = 32.52%

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

#C2DDC8 (or 0xC2DDC8) is known color: Edgewater. HEX triplet: C2, DD and C8. RGB value is (194,221,200). Sum of RGB (Red+Green+Blue) = 194+221+200=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC8 is #3D2237. Grayscale: #D2D2D2. Windows color (decimal): -4006456 or 13163970. OLE color: 13163970.

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

Color convert

RGB 194 221 200 -
CMYK 0.12 0 0.10 0.13
HSL 133.33º 0.28% 0.81% -
HSV(B) 133.33º 0.12% 0.87% -
XYZ 58.53 67.35 64.56 -
YUV 210.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 194 221 200 0.12 0 0.10 0.13 133.33 0.28 0.81
Hex C2 DD C8 C 0 A D 85 1C 51
Octal 302 335 310 14 0 12 15 205 34 121
Binary 11000010 11011101 11001000 1100 0 1010 1101 10000101 11100 1010001

Color Harmonies of #C2DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC8

Black with #C2DDC8

Text Example


Text Example

White with #C2DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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