Html Css Color HEX #EFDFE0 Pale Pink

📋 copy color: '#EFDFE0'

red 239 ◦ green 223 ◦ blue 224

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

Shades of Pale Pink #EFDFE0

Tints of Pale Pink #EFDFE0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.51%

 BLUE value IS 224 (87.89% from 255) = 32.65%

R = 34.84%
G = 32.51%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFDFE0 (or 0xEFDFE0) is known color: Pale Pink. HEX triplet: EF, DF and E0. RGB value is (239,223,224). Sum of RGB (Red+Green+Blue) = 239+223+224=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFE0 is #10201F. Grayscale: #E3E3E3. Windows color (decimal): -1056800 or 14737391. OLE color: 14737391.

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

Color convert

RGB 239 223 224 -
CMYK 0 0.07 0.06 0.06
HSL 356.25º 0.33% 0.91% -
HSV(B) 356.25º 0.07% 0.94% -
XYZ 75.44 76.51 81.31 -
YUV 227.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 239 223 224 0 0.07 0.06 0.06 356.25 0.33 0.91
Hex EF DF E0 0 7 6 6 164 21 5B
Octal 357 337 340 0 7 6 6 544 41 133
Binary 11101111 11011111 11100000 0 111 110 110 101100100 100001 1011011

Color Harmonies of #EFDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFE0

Black with #EFDFE0

Text Example


Text Example

White with #EFDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFE0; }

 p { color: rgb(239,223,224); }

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

background-color css

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

 a { background-color: rgb(239,223,224); }

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

border-color css

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

 span { border-color: rgb(239,223,224); }

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