Html Css Color HEX #EFD4E6 Classic Rose

📋 copy color: '#EFD4E6'

red 239 ◦ green 212 ◦ blue 230

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

Shades of Classic Rose #EFD4E6

Tints of Classic Rose #EFD4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.77%

R = 35.1%
G = 31.13%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFD4E6 (or 0xEFD4E6) is known color: Classic Rose. HEX triplet: EF, D4 and E6. RGB value is (239,212,230). Sum of RGB (Red+Green+Blue) = 239+212+230=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4E6 is #102B19. Grayscale: #DEDEDE. Windows color (decimal): -1059610 or 15127791. OLE color: 15127791.

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

Color convert

RGB 239 212 230 -
CMYK 0 0.11 0.04 0.06
HSL 320º 0.46% 0.88% -
HSV(B) 320º 0.11% 0.94% -
XYZ 73.42 71.15 84.73 -
YUV 222.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 239 212 230 0 0.11 0.04 0.06 320 0.46 0.88
Hex EF D4 E6 0 B 4 6 140 2E 58
Octal 357 324 346 0 13 4 6 500 56 130
Binary 11101111 11010100 11100110 0 1011 100 110 101000000 101110 1011000

Color Harmonies of #EFD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4E6

Black with #EFD4E6

Text Example


Text Example

White with #EFD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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