Html Css Color HEX #EFDEE0 Carousel Pink

📋 copy color: '#EFDEE0'

red 239 ◦ green 222 ◦ blue 224

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

Shades of Carousel Pink #EFDEE0

Tints of Carousel Pink #EFDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.41%

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

R = 34.89%
G = 32.41%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFDEE0 (or 0xEFDEE0) is known color: Carousel Pink. HEX triplet: EF, DE and E0. RGB value is (239,222,224). Sum of RGB (Red+Green+Blue) = 239+222+224=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE0 is #10211F. Grayscale: #E3E3E3. Windows color (decimal): -1057056 or 14737135. OLE color: 14737135.

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

Color convert

RGB 239 222 224 -
CMYK 0 0.07 0.06 0.06
HSL 352.94º 0.35% 0.9% -
HSV(B) 352.94º 0.07% 0.94% -
XYZ 75.17 75.98 81.22 -
YUV 227.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 239 222 224 0 0.07 0.06 0.06 352.94 0.35 0.9
Hex EF DE E0 0 7 6 6 161 23 5A
Octal 357 336 340 0 7 6 6 541 43 132
Binary 11101111 11011110 11100000 0 111 110 110 101100001 100011 1011010

Color Harmonies of #EFDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEE0

Black with #EFDEE0

Text Example


Text Example

White with #EFDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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