Html Css Color HEX #EBDBDC Pale Rose

📋 copy color: '#EBDBDC'

red 235 ◦ green 219 ◦ blue 220

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

Shades of Pale Rose #EBDBDC

Tints of Pale Rose #EBDBDC

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 value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBDBDC (or 0xEBDBDC) is known color: 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

RGB 235 219 220 -
CMYK 0 0.07 0.06 0.08
HSL 356.25º 0.29% 0.89% -
HSV(B) 356.25º 0.07% 0.92% -
XYZ 72.51 73.49 78.07 -
YUV 223.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 235 219 220 0 0.07 0.06 0.08 356.25 0.29 0.89
Hex EB DB DC 0 7 6 8 164 1D 59
Octal 353 333 334 0 7 6 10 544 35 131
Binary 11101011 11011011 11011100 0 111 110 1000 101100100 11101 1011001

Color Harmonies of #EBDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBDC

Black with #EBDBDC

Text Example


Text Example

White with #EBDBDC

Text Example


Text Example

HTML Codes & Css Web 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>