Html Css Color HEX #EFD3DE Classic Rose

📋 copy color: '#EFD3DE'

red 239 ◦ green 211 ◦ blue 222

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

Shades of Classic Rose #EFD3DE

Tints of Classic Rose #EFD3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.4%

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 35.57%
G = 31.4%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFD3DE (or 0xEFD3DE) is known color: Classic Rose. HEX triplet: EF, D3 and DE. RGB value is (239,211,222). Sum of RGB (Red+Green+Blue) = 239+211+222=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DE is #102C21. Grayscale: #DCDCDC. Windows color (decimal): -1059874 or 14603247. OLE color: 14603247.

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

Color convert

RGB 239 211 222 -
CMYK 0 0.12 0.07 0.06
HSL 336.43º 0.47% 0.88% -
HSV(B) 336.43º 0.12% 0.94% -
XYZ 72.08 70.21 78.86 -
YUV 220.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 239 211 222 0 0.12 0.07 0.06 336.43 0.47 0.88
Hex EF D3 DE 0 C 7 6 150 2F 58
Octal 357 323 336 0 14 7 6 520 57 130
Binary 11101111 11010011 11011110 0 1100 111 110 101010000 101111 1011000

Color Harmonies of #EFD3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3DE

Black with #EFD3DE

Text Example


Text Example

White with #EFD3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3DE; }

 p { color: rgb(239,211,222); }

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

background-color css

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

 a { background-color: rgb(239,211,222); }

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

border-color css

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

 span { border-color: rgb(239,211,222); }

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