Html Css Color HEX #EFD8DB Pale Rose

📋 copy color: '#EFD8DB'

red 239 ◦ green 216 ◦ blue 219

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

Shades of Pale Rose #EFD8DB

Tints of Pale Rose #EFD8DB

RGB

 RED value IS 239 (93.75% from 255) = 35.46%

 GREEN value IS 216 (84.77% from 255) = 32.05%

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 35.46%
G = 32.05%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD8DB (or 0xEFD8DB) is known color: Pale Rose. HEX triplet: EF, D8 and DB. RGB value is (239,216,219). Sum of RGB (Red+Green+Blue) = 239+216+219=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DB is #102724. Grayscale: #DFDFDF. Windows color (decimal): -1058597 or 14407919. OLE color: 14407919.

HSL color Cylindrical-coordinate representation of color #EFD8DB: hue angle of 352.17º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8DB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 219 -
CMYK 0 0.10 0.08 0.06
HSL 352.17º 0.42% 0.89% -
HSV(B) 352.17º 0.1% 0.94% -
XYZ 72.94 72.58 77.18 -
YUV 223.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 239 216 219 0 0.10 0.08 0.06 352.17 0.42 0.89
Hex EF D8 DB 0 A 8 6 160 2A 59
Octal 357 330 333 0 12 10 6 540 52 131
Binary 11101111 11011000 11011011 0 1010 1000 110 101100000 101010 1011001

Color Harmonies of #EFD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8DB

Black with #EFD8DB

Text Example


Text Example

White with #EFD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8DB; }

 p { color: rgb(239,216,219); }

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

background-color css

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

 a { background-color: rgb(239,216,219); }

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

border-color css

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

 span { border-color: rgb(239,216,219); }

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