Html Css Color HEX #EBDEDF Pale Rose

📋 copy color: '#EBDEDF'

red 235 ◦ green 222 ◦ blue 223

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

Shades of Pale Rose #EBDEDF

Tints of Pale Rose #EBDEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.65%

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

R = 34.56%
G = 32.65%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBDEDF (or 0xEBDEDF) is known color: Pale Rose. HEX triplet: EB, DE and DF. RGB value is (235,222,223). Sum of RGB (Red+Green+Blue) = 235+222+223=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEDF is #142120. Grayscale: #E2E2E2. Windows color (decimal): -1319201 or 14671595. OLE color: 14671595.

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

Color convert

RGB 235 222 223 -
CMYK 0 0.06 0.05 0.08
HSL 355.38º 0.25% 0.9% -
HSV(B) 355.38º 0.06% 0.92% -
XYZ 73.7 75.23 80.45 -
YUV 226 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 235 222 223 0 0.06 0.05 0.08 355.38 0.25 0.9
Hex EB DE DF 0 6 5 8 163 19 5A
Octal 353 336 337 0 6 5 10 543 31 132
Binary 11101011 11011110 11011111 0 110 101 1000 101100011 11001 1011010

Color Harmonies of #EBDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEDF

Black with #EBDEDF

Text Example


Text Example

White with #EBDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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