Html Css Color HEX #EFD4E2 Classic Rose

📋 copy color: '#EFD4E2'

red 239 ◦ green 212 ◦ blue 226

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

Shades of Classic Rose #EFD4E2

Tints of Classic Rose #EFD4E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.38%

R = 35.3%
G = 31.31%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFD4E2 (or 0xEFD4E2) is known color: Classic Rose. HEX triplet: EF, D4 and E2. RGB value is (239,212,226). Sum of RGB (Red+Green+Blue) = 239+212+226=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4E2 is #102B1D. Grayscale: #DDDDDD. Windows color (decimal): -1059614 or 14865647. OLE color: 14865647.

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

Color convert

RGB 239 212 226 -
CMYK 0 0.11 0.05 0.06
HSL 328.89º 0.46% 0.88% -
HSV(B) 328.89º 0.11% 0.94% -
XYZ 72.87 70.93 81.8 -
YUV 221.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 239 212 226 0 0.11 0.05 0.06 328.89 0.46 0.88
Hex EF D4 E2 0 B 5 6 149 2E 58
Octal 357 324 342 0 13 5 6 511 56 130
Binary 11101111 11010100 11100010 0 1011 101 110 101001001 101110 1011000

Color Harmonies of #EFD4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4E2

Black with #EFD4E2

Text Example


Text Example

White with #EFD4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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