#EBFCDD

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

Shades of Panache #EBFCDD

Tints of Panache #EBFCDD

Color information

#EBFCDD (or 0xEBFCDD) is unknown color: approx Panache. HEX triplet: EB, FC and DD. RGB value is (235,252,221). Sum of RGB (Red+Green+Blue) = 235+252+221=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCDD is #140322. Grayscale: #F3F3F3. Windows color (decimal): -1311523 or 14548203. OLE color: 14548203.

HSL color Cylindrical-coordinate representation of color #EBFCDD: hue angle of 92.9º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBFCDD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB235252221-
CMYK0.0700.120.01
HSL92.9º83.78%92.75%-
HSV(B)92.9º12.3%98.82%-
XYZ82.1292.581.93-
YUV243.38115.37122.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 252 (98.83% from 255) = 35.59%
BLUE value IS 221 (86.72% from 255) = 31.21%
R=33.19%
G=35.59%
B=31.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522210.0700.120.0192.983.7892.75
HexEBFCDD70C15d545d
Octal35337433570141135124135
Binary111010111111110011011101111011001101110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCDD; }

 p { color: rgb(235,252,221); }

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

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

 a { background-color: rgb(235,252,221); }

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

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

 span { border-color: rgb(235,252,221); }

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