Html Css Color HEX #EFD0DB Classic Rose

📋 copy color: '#EFD0DB'

red 239 ◦ green 208 ◦ blue 219

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

Shades of Classic Rose #EFD0DB

Tints of Classic Rose #EFD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

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

R = 35.89%
G = 31.23%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD0DB (or 0xEFD0DB) is known color: Classic Rose. HEX triplet: EF, D0 and DB. RGB value is (239,208,219). Sum of RGB (Red+Green+Blue) = 239+208+219=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0DB is #102F24. Grayscale: #DADADA. Windows color (decimal): -1060645 or 14405871. OLE color: 14405871.

HSL color Cylindrical-coordinate representation of color #EFD0DB: hue angle of 338.71º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0DB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 219 -
CMYK 0 0.13 0.08 0.06
HSL 338.71º 0.49% 0.88% -
HSV(B) 338.71º 0.13% 0.94% -
XYZ 70.94 68.58 76.52 -
YUV 218.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 239 208 219 0 0.13 0.08 0.06 338.71 0.49 0.88
Hex EF D0 DB 0 D 8 6 153 31 58
Octal 357 320 333 0 15 10 6 523 61 130
Binary 11101111 11010000 11011011 0 1101 1000 110 101010011 110001 1011000

Color Harmonies of #EFD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0DB

Black with #EFD0DB

Text Example


Text Example

White with #EFD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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