Html Css Color HEX #EEDCE1 Carousel Pink

📋 copy color: '#EEDCE1'

red 238 ◦ green 220 ◦ blue 225

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

Shades of Carousel Pink #EEDCE1

Tints of Carousel Pink #EEDCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

 BLUE value IS 225 (88.28% from 255) = 32.94%

R = 34.85%
G = 32.21%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EEDCE1 (or 0xEEDCE1) is known color: Carousel Pink. HEX triplet: EE, DC and E1. RGB value is (238,220,225). Sum of RGB (Red+Green+Blue) = 238+220+225=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE1 is #11231E. Grayscale: #E1E1E1. Windows color (decimal): -1123103 or 14802158. OLE color: 14802158.

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

Color convert

RGB 238 220 225 -
CMYK 0 0.08 0.05 0.07
HSL 343.33º 0.35% 0.9% -
HSV(B) 343.33º 0.08% 0.93% -
XYZ 74.44 74.8 81.75 -
YUV 225.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 238 220 225 0 0.08 0.05 0.07 343.33 0.35 0.9
Hex EE DC E1 0 8 5 7 157 23 5A
Octal 356 334 341 0 10 5 7 527 43 132
Binary 11101110 11011100 11100001 0 1000 101 111 101010111 100011 1011010

Color Harmonies of #EEDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCE1

Black with #EEDCE1

Text Example


Text Example

White with #EEDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCE1; }

 p { color: rgb(238,220,225); }

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

background-color css

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

 a { background-color: rgb(238,220,225); }

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

border-color css

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

 span { border-color: rgb(238,220,225); }

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