Html Css Color HEX #EFD4E7 Classic Rose

📋 copy color: '#EFD4E7'

red 239 ◦ green 212 ◦ blue 231

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

Shades of Classic Rose #EFD4E7

Tints of Classic Rose #EFD4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.87%

R = 35.04%
G = 31.09%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFD4E7 (or 0xEFD4E7) is known color: Classic Rose. HEX triplet: EF, D4 and E7. RGB value is (239,212,231). Sum of RGB (Red+Green+Blue) = 239+212+231=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4E7 is #102B18. Grayscale: #DEDEDE. Windows color (decimal): -1059609 or 15193327. OLE color: 15193327.

HSL color Cylindrical-coordinate representation of color #EFD4E7: hue angle of 317.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 #EFD4E7 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 231 -
CMYK 0 0.11 0.03 0.06
HSL 317.78º 0.46% 0.88% -
HSV(B) 317.78º 0.11% 0.94% -
XYZ 73.56 71.21 85.47 -
YUV 222.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 239 212 231 0 0.11 0.03 0.06 317.78 0.46 0.88
Hex EF D4 E7 0 B 3 6 13E 2E 58
Octal 357 324 347 0 13 3 6 476 56 130
Binary 11101111 11010100 11100111 0 1011 11 110 100111110 101110 1011000

Color Harmonies of #EFD4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4E7

Black with #EFD4E7

Text Example


Text Example

White with #EFD4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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