#EBDBDC

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

Shades of Pale Rose #EBDBDC

Tints of Pale Rose #EBDBDC

Color information

#EBDBDC (or 0xEBDBDC) is unknown color: approx Pale Rose. HEX triplet: EB, DB and DC. RGB value is (235,219,220). Sum of RGB (Red+Green+Blue) = 235+219+220=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBDC is #142423. Grayscale: #DFDFDF. Windows color (decimal): -1319972 or 14474219. OLE color: 14474219.

HSL color Cylindrical-coordinate representation of color #EBDBDC: hue angle of 356.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDBDC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235219220-
CMYK00.070.060.08
HSL356.25º28.57%89.02%-
HSV(B)356.25º6.81%92.16%-
XYZ72.5173.4978.07-
YUV223.9125.8135.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=34.87%
G=32.49%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521922000.070.060.08356.2528.5789.02
HexEBDBDC07681641d59
Octal3533333340761054435131
Binary11101011110110111101110001111101000101100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBDC; }

 p { color: rgb(235,219,220); }

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

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

 a { background-color: rgb(235,219,220); }

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

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

 span { border-color: rgb(235,219,220); }

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