#C3DBC8

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

Shades of Edgewater #C3DBC8

Tints of Edgewater #C3DBC8

Color information

#C3DBC8 (or 0xC3DBC8) is unknown color: approx Edgewater. HEX triplet: C3, DB and C8. RGB value is (195,219,200). Sum of RGB (Red+Green+Blue) = 195+219+200=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBC8 is #3C2437. Grayscale: #D1D1D1. Windows color (decimal): -3941432 or 13163459. OLE color: 13163459.

HSL color Cylindrical-coordinate representation of color #C3DBC8: hue angle of 132.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBC8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB195219200-
CMYK0.1100.090.14
HSL132.5º25%81.18%-
HSV(B)132.5º10.96%85.88%-
XYZ58.2666.4464.4-
YUV209.66122.55117.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=31.76%
G=35.67%
B=32.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952192000.1100.090.14132.52581.18
HexC3DBC8B09E841951
Octal303333310130111620431121
Binary110000111101101111001000101101001111010000100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBC8; }

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

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

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

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

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

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

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

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