Html Css Color HEX #EEDFE2 Carousel Pink

📋 copy color: '#EEDFE2'

red 238 ◦ green 223 ◦ blue 226

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

Shades of Carousel Pink #EEDFE2

Tints of Carousel Pink #EEDFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.9%

R = 34.64%
G = 32.46%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EEDFE2 (or 0xEEDFE2) is known color: Carousel Pink. HEX triplet: EE, DF and E2. RGB value is (238,223,226). Sum of RGB (Red+Green+Blue) = 238+223+226=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFE2 is #11201D. Grayscale: #E3E3E3. Windows color (decimal): -1122334 or 14868462. OLE color: 14868462.

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

Color convert

RGB 238 223 226 -
CMYK 0 0.06 0.05 0.07
HSL 348º 0.31% 0.9% -
HSV(B) 348º 0.06% 0.93% -
XYZ 75.38 76.44 82.73 -
YUV 227.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 238 223 226 0 0.06 0.05 0.07 348 0.31 0.9
Hex EE DF E2 0 6 5 7 15C 1F 5A
Octal 356 337 342 0 6 5 7 534 37 132
Binary 11101110 11011111 11100010 0 110 101 111 101011100 11111 1011010

Color Harmonies of #EEDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFE2

Black with #EEDFE2

Text Example


Text Example

White with #EEDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFE2; }

 p { color: rgb(238,223,226); }

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

background-color css

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

 a { background-color: rgb(238,223,226); }

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

border-color css

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

 span { border-color: rgb(238,223,226); }

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