Html Css Color HEX #EFD4DE Classic Rose

📋 copy color: '#EFD4DE'

red 239 ◦ green 212 ◦ blue 222

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

Shades of Classic Rose #EFD4DE

Tints of Classic Rose #EFD4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.5%

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

R = 35.51%
G = 31.5%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFD4DE (or 0xEFD4DE) is known color: Classic Rose. HEX triplet: EF, D4 and DE. RGB value is (239,212,222). Sum of RGB (Red+Green+Blue) = 239+212+222=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DE is #102B21. Grayscale: #DDDDDD. Windows color (decimal): -1059618 or 14603503. OLE color: 14603503.

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

Color convert

RGB 239 212 222 -
CMYK 0 0.11 0.07 0.06
HSL 337.78º 0.46% 0.88% -
HSV(B) 337.78º 0.11% 0.94% -
XYZ 72.32 70.71 78.94 -
YUV 221.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 239 212 222 0 0.11 0.07 0.06 337.78 0.46 0.88
Hex EF D4 DE 0 B 7 6 152 2E 58
Octal 357 324 336 0 13 7 6 522 56 130
Binary 11101111 11010100 11011110 0 1011 111 110 101010010 101110 1011000

Color Harmonies of #EFD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4DE

Black with #EFD4DE

Text Example


Text Example

White with #EFD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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