Html Css Color HEX #EFD6E2 Classic Rose

📋 copy color: '#EFD6E2'

red 239 ◦ green 214 ◦ blue 226

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

Shades of Classic Rose #EFD6E2

Tints of Classic Rose #EFD6E2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.52%

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

R = 35.2%
G = 31.52%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFD6E2 (or 0xEFD6E2) is known color: Classic Rose. HEX triplet: EF, D6 and E2. RGB value is (239,214,226). Sum of RGB (Red+Green+Blue) = 239+214+226=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6E2 is #10291D. Grayscale: #DEDEDE. Windows color (decimal): -1059102 or 14866159. OLE color: 14866159.

HSL color Cylindrical-coordinate representation of color #EFD6E2: hue angle of 331.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6E2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 226 -
CMYK 0 0.10 0.05 0.06
HSL 331.2º 0.44% 0.89% -
HSV(B) 331.2º 0.1% 0.94% -
XYZ 73.37 71.93 81.97 -
YUV 222.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 239 214 226 0 0.10 0.05 0.06 331.2 0.44 0.89
Hex EF D6 E2 0 A 5 6 14B 2C 59
Octal 357 326 342 0 12 5 6 513 54 131
Binary 11101111 11010110 11100010 0 1010 101 110 101001011 101100 1011001

Color Harmonies of #EFD6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6E2

Black with #EFD6E2

Text Example


Text Example

White with #EFD6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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