Html Css Color HEX #EFD0D2 Pale Rose

📋 copy color: '#EFD0D2'

red 239 ◦ green 208 ◦ blue 210

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

Shades of Pale Rose #EFD0D2

Tints of Pale Rose #EFD0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.96%

R = 36.38%
G = 31.66%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D2 (or 0xEFD0D2) is known color: Pale Rose. HEX triplet: EF, D0 and D2. RGB value is (239,208,210). Sum of RGB (Red+Green+Blue) = 239+208+210=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D2 is #102F2D. Grayscale: #D9D9D9. Windows color (decimal): -1060654 or 13816047. OLE color: 13816047.

HSL color Cylindrical-coordinate representation of color #EFD0D2: hue angle of 356.13º 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 #EFD0D2 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 210 -
CMYK 0 0.13 0.12 0.06
HSL 356.13º 0.49% 0.88% -
HSV(B) 356.13º 0.13% 0.94% -
XYZ 69.79 68.12 70.44 -
YUV 217.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 239 208 210 0 0.13 0.12 0.06 356.13 0.49 0.88
Hex EF D0 D2 0 D C 6 164 31 58
Octal 357 320 322 0 15 14 6 544 61 130
Binary 11101111 11010000 11010010 0 1101 1100 110 101100100 110001 1011000

Color Harmonies of #EFD0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D2

Black with #EFD0D2

Text Example


Text Example

White with #EFD0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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