Html Css Color HEX #EFE2DD Provincial Pink

📋 copy color: '#EFE2DD'

red 239 ◦ green 226 ◦ blue 221

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

Shades of Provincial Pink #EFE2DD

Tints of Provincial Pink #EFE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.94%

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

R = 34.84%
G = 32.94%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE2DD (or 0xEFE2DD) is known color: Provincial Pink. HEX triplet: EF, E2 and DD. RGB value is (239,226,221). Sum of RGB (Red+Green+Blue) = 239+226+221=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DD is #101D22. Grayscale: #E5E5E5. Windows color (decimal): -1056035 or 14541551. OLE color: 14541551.

HSL color Cylindrical-coordinate representation of color #EFE2DD: hue angle of 16.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 #EFE2DD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 221 -
CMYK 0 0.05 0.08 0.06
HSL 16.67º 0.36% 0.9% -
HSV(B) 16.67º 0.08% 0.94% -
XYZ 75.84 77.96 79.46 -
YUV 229.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 239 226 221 0 0.05 0.08 0.06 16.67 0.36 0.9
Hex EF E2 DD 0 5 8 6 11 24 5A
Octal 357 342 335 0 5 10 6 21 44 132
Binary 11101111 11100010 11011101 0 101 1000 110 10001 100100 1011010

Color Harmonies of #EFE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2DD

Black with #EFE2DD

Text Example


Text Example

White with #EFE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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