Html Css Color HEX #EFDDE0 Carousel Pink

📋 copy color: '#EFDDE0'

red 239 ◦ green 221 ◦ blue 224

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

Shades of Carousel Pink #EFDDE0

Tints of Carousel Pink #EFDDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.31%

 BLUE value IS 224 (87.89% from 255) = 32.75%

R = 34.94%
G = 32.31%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFDDE0 (or 0xEFDDE0) is known color: Carousel Pink. HEX triplet: EF, DD and E0. RGB value is (239,221,224). Sum of RGB (Red+Green+Blue) = 239+221+224=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDE0 is #10221F. Grayscale: #E2E2E2. Windows color (decimal): -1057312 or 14736879. OLE color: 14736879.

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

Color convert

RGB 239 221 224 -
CMYK 0 0.08 0.06 0.06
HSL 350º 0.36% 0.9% -
HSV(B) 350º 0.08% 0.94% -
XYZ 74.91 75.45 81.14 -
YUV 226.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 239 221 224 0 0.08 0.06 0.06 350 0.36 0.9
Hex EF DD E0 0 8 6 6 15E 24 5A
Octal 357 335 340 0 10 6 6 536 44 132
Binary 11101111 11011101 11100000 0 1000 110 110 101011110 100100 1011010

Color Harmonies of #EFDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDE0

Black with #EFDDE0

Text Example


Text Example

White with #EFDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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