#C3DFC8

Color #C3DFC8 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C3DFC8

Tints of Edgewater #C3DFC8

Color information

#C3DFC8 (or 0xC3DFC8) is unknown color: approx Edgewater. HEX triplet: C3, DF and C8. RGB value is (195,223,200). Sum of RGB (Red+Green+Blue) = 195+223+200=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFC8 is #3C2037. Grayscale: #D4D4D4. Windows color (decimal): -3940408 or 13164483. OLE color: 13164483.

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

Color convert

RGB195223200-
CMYK0.1300.100.13
HSL130.71º30.43%81.96%-
HSV(B)130.71º12.56%87.45%-
XYZ59.3268.5564.75-
YUV212.01121.22115.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=31.55%
G=36.08%
B=32.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952232000.1300.100.13130.7130.4381.96
HexC3DFC8D0AD831e52
Octal303337310150121520336122
Binary110000111101111111001000110101010110110000011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFC8; }

 p { color: rgb(195,223,200); }

 H1.HeaderClassName
 {
   color: #C3DFC8;
 }
 .AnyTagClassName
 {
   color: #C3DFC8;
 }
</style>
background-color css

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

 a { background-color: rgb(195,223,200); }

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

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

 span { border-color: rgb(195,223,200); }

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