Html Css Color HEX #EECFD1 Pale Rose

📋 copy color: '#EECFD1'

red 238 ◦ green 207 ◦ blue 209

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

Shades of Pale Rose #EECFD1

Tints of Pale Rose #EECFD1

RGB

 RED value IS 238 (93.36% from 255) = 36.39%

 GREEN value IS 207 (81.25% from 255) = 31.65%

 BLUE value IS 209 (82.03% from 255) = 31.96%

R = 36.39%
G = 31.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EECFD1 (or 0xEECFD1) is known color: Pale Rose. HEX triplet: EE, CF and D1. RGB value is (238,207,209). Sum of RGB (Red+Green+Blue) = 238+207+209=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFD1 is #11302E. Grayscale: #D8D8D8. Windows color (decimal): -1126447 or 13750254. OLE color: 13750254.

HSL color Cylindrical-coordinate representation of color #EECFD1: hue angle of 356.13º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFD1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 207 209 -
CMYK 0 0.13 0.12 0.07
HSL 356.13º 0.48% 0.87% -
HSV(B) 356.13º 0.13% 0.93% -
XYZ 69.08 67.41 69.69 -
YUV 216.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 238 207 209 0 0.13 0.12 0.07 356.13 0.48 0.87
Hex EE CF D1 0 D C 7 164 30 57
Octal 356 317 321 0 15 14 7 544 60 127
Binary 11101110 11001111 11010001 0 1101 1100 111 101100100 110000 1010111

Color Harmonies of #EECFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECFD1

Black with #EECFD1

Text Example


Text Example

White with #EECFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECFD1; }

 p { color: rgb(238,207,209); }

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

background-color css

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

 a { background-color: rgb(238,207,209); }

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

border-color css

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

 span { border-color: rgb(238,207,209); }

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