Html Css Color HEX #EFDADD Pale Rose

📋 copy color: '#EFDADD'

red 239 ◦ green 218 ◦ blue 221

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

Shades of Pale Rose #EFDADD

Tints of Pale Rose #EFDADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.15%

 BLUE value IS 221 (86.72% from 255) = 32.6%

R = 35.25%
G = 32.15%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFDADD (or 0xEFDADD) is known color: Pale Rose. HEX triplet: EF, DA and DD. RGB value is (239,218,221). Sum of RGB (Red+Green+Blue) = 239+218+221=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADD is #102522. Grayscale: #E0E0E0. Windows color (decimal): -1058083 or 14539503. OLE color: 14539503.

HSL color Cylindrical-coordinate representation of color #EFDADD: hue angle of 351.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDADD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 221 -
CMYK 0 0.09 0.08 0.06
HSL 351.43º 0.4% 0.9% -
HSV(B) 351.43º 0.09% 0.94% -
XYZ 73.72 73.71 78.75 -
YUV 224.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 239 218 221 0 0.09 0.08 0.06 351.43 0.4 0.9
Hex EF DA DD 0 9 8 6 15F 28 5A
Octal 357 332 335 0 11 10 6 537 50 132
Binary 11101111 11011010 11011101 0 1001 1000 110 101011111 101000 1011010

Color Harmonies of #EFDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDADD

Black with #EFDADD

Text Example


Text Example

White with #EFDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDADD; }

 p { color: rgb(239,218,221); }

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

background-color css

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

 a { background-color: rgb(239,218,221); }

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

border-color css

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

 span { border-color: rgb(239,218,221); }

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