Html Css Color HEX #C3DDC6 Edgewater

📋 copy color: '#C3DDC6'

red 195 ◦ green 221 ◦ blue 198

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

Shades of Edgewater #C3DDC6

Tints of Edgewater #C3DDC6

RGB

 RED value IS 195 (76.56% from 255) = 31.76%

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

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

R = 31.76%
G = 35.99%
B = 32.25%

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

#C3DDC6 (or 0xC3DDC6) is known color: Edgewater. HEX triplet: C3, DD and C6. RGB value is (195,221,198). Sum of RGB (Red+Green+Blue) = 195+221+198=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC6 is #3C2239. Grayscale: #D2D2D2. Windows color (decimal): -3940922 or 13032899. OLE color: 13032899.

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

Color convert

RGB 195 221 198 -
CMYK 0.12 0 0.10 0.13
HSL 126.92º 0.28% 0.82% -
HSV(B) 126.92º 0.12% 0.87% -
XYZ 58.56 67.39 63.35 -
YUV 210.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 195 221 198 0.12 0 0.10 0.13 126.92 0.28 0.82
Hex C3 DD C6 C 0 A D 7F 1C 52
Octal 303 335 306 14 0 12 15 177 34 122
Binary 11000011 11011101 11000110 1100 0 1010 1101 1111111 11100 1010010

Color Harmonies of #C3DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDC6

Black with #C3DDC6

Text Example


Text Example

White with #C3DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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