Html Css Color HEX #EBDBDF Pale Rose

📋 copy color: '#EBDBDF'

red 235 ◦ green 219 ◦ blue 223

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

Shades of Pale Rose #EBDBDF

Tints of Pale Rose #EBDBDF

RGB

 RED value IS 235 (92.19% from 255) = 34.71%

 GREEN value IS 219 (85.94% from 255) = 32.35%

 BLUE value IS 223 (87.5% from 255) = 32.94%

R = 34.71%
G = 32.35%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBDBDF (or 0xEBDBDF) is known color: Pale Rose. HEX triplet: EB, DB and DF. RGB value is (235,219,223). Sum of RGB (Red+Green+Blue) = 235+219+223=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBDF is #142420. Grayscale: #E0E0E0. Windows color (decimal): -1319969 or 14670827. OLE color: 14670827.

HSL color Cylindrical-coordinate representation of color #EBDBDF: hue angle of 345º 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 #EBDBDF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 223 -
CMYK 0 0.07 0.05 0.08
HSL 345º 0.29% 0.89% -
HSV(B) 345º 0.07% 0.92% -
XYZ 72.91 73.65 80.19 -
YUV 224.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 235 219 223 0 0.07 0.05 0.08 345 0.29 0.89
Hex EB DB DF 0 7 5 8 159 1D 59
Octal 353 333 337 0 7 5 10 531 35 131
Binary 11101011 11011011 11011111 0 111 101 1000 101011001 11101 1011001

Color Harmonies of #EBDBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBDF

Black with #EBDBDF

Text Example


Text Example

White with #EBDBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBDF; }

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

 H1.HeaderClassName
 {
   color: #EBDBDF;
 }
 .AnyTagClassName
 {
   color: #EBDBDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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