Html Css Color HEX #EFD0D6 Pale Rose

📋 copy color: '#EFD0D6'

red 239 ◦ green 208 ◦ blue 214

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

Shades of Pale Rose #EFD0D6

Tints of Pale Rose #EFD0D6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.47%

 BLUE value IS 214 (83.98% from 255) = 32.38%

R = 36.16%
G = 31.47%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D6 (or 0xEFD0D6) is known color: Pale Rose. HEX triplet: EF, D0 and D6. RGB value is (239,208,214). Sum of RGB (Red+Green+Blue) = 239+208+214=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D6 is #102F29. Grayscale: #D9D9D9. Windows color (decimal): -1060650 or 14078191. OLE color: 14078191.

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

Color convert

RGB 239 208 214 -
CMYK 0 0.13 0.10 0.06
HSL 348.39º 0.49% 0.88% -
HSV(B) 348.39º 0.13% 0.94% -
XYZ 70.29 68.32 73.1 -
YUV 217.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 239 208 214 0 0.13 0.10 0.06 348.39 0.49 0.88
Hex EF D0 D6 0 D A 6 15C 31 58
Octal 357 320 326 0 15 12 6 534 61 130
Binary 11101111 11010000 11010110 0 1101 1010 110 101011100 110001 1011000

Color Harmonies of #EFD0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D6

Black with #EFD0D6

Text Example


Text Example

White with #EFD0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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