Html Css Color HEX #C2DDC7 Edgewater

📋 copy color: '#C2DDC7'

red 194 ◦ green 221 ◦ blue 199

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

Shades of Edgewater #C2DDC7

Tints of Edgewater #C2DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.41%

R = 31.6%
G = 35.99%
B = 32.41%

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

#C2DDC7 (or 0xC2DDC7) is known color: Edgewater. HEX triplet: C2, DD and C7. RGB value is (194,221,199). Sum of RGB (Red+Green+Blue) = 194+221+199=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC7 is #3D2238. Grayscale: #D2D2D2. Windows color (decimal): -4006457 or 13098434. OLE color: 13098434.

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

Color convert

RGB 194 221 199 -
CMYK 0.12 0 0.10 0.13
HSL 131.11º 0.28% 0.81% -
HSV(B) 131.11º 0.12% 0.87% -
XYZ 58.41 67.31 63.95 -
YUV 210.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 194 221 199 0.12 0 0.10 0.13 131.11 0.28 0.81
Hex C2 DD C7 C 0 A D 83 1C 51
Octal 302 335 307 14 0 12 15 203 34 121
Binary 11000010 11011101 11000111 1100 0 1010 1101 10000011 11100 1010001

Color Harmonies of #C2DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC7

Black with #C2DDC7

Text Example


Text Example

White with #C2DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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