Html Css Color HEX #EFDDDE Pale Pink

📋 copy color: '#EFDDDE'

red 239 ◦ green 221 ◦ blue 222

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

Shades of Pale Pink #EFDDDE

Tints of Pale Pink #EFDDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.4%

 BLUE value IS 222 (87.11% from 255) = 32.55%

R = 35.04%
G = 32.4%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFDDDE (or 0xEFDDDE) is known color: Pale Pink. HEX triplet: EF, DD and DE. RGB value is (239,221,222). Sum of RGB (Red+Green+Blue) = 239+221+222=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDDE is #102221. Grayscale: #E2E2E2. Windows color (decimal): -1057314 or 14605807. OLE color: 14605807.

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

Color convert

RGB 239 221 222 -
CMYK 0 0.08 0.07 0.06
HSL 356.67º 0.36% 0.9% -
HSV(B) 356.67º 0.08% 0.94% -
XYZ 74.64 75.34 79.72 -
YUV 226.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 239 221 222 0 0.08 0.07 0.06 356.67 0.36 0.9
Hex EF DD DE 0 8 7 6 165 24 5A
Octal 357 335 336 0 10 7 6 545 44 132
Binary 11101111 11011101 11011110 0 1000 111 110 101100101 100100 1011010

Color Harmonies of #EFDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDDE

Black with #EFDDDE

Text Example


Text Example

White with #EFDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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