Html Css Color HEX #EFDBE1 Carousel Pink

📋 copy color: '#EFDBE1'

red 239 ◦ green 219 ◦ blue 225

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

Shades of Carousel Pink #EFDBE1

Tints of Carousel Pink #EFDBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.06%

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

R = 34.99%
G = 32.06%
B = 32.94%

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

#EFDBE1 (or 0xEFDBE1) is known color: Carousel Pink. HEX triplet: EF, DB and E1. RGB value is (239,219,225). Sum of RGB (Red+Green+Blue) = 239+219+225=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBE1 is #10241E. Grayscale: #E1E1E1. Windows color (decimal): -1057823 or 14801903. OLE color: 14801903.

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

Color convert

RGB 239 219 225 -
CMYK 0 0.08 0.06 0.06
HSL 342º 0.38% 0.9% -
HSV(B) 342º 0.08% 0.94% -
XYZ 74.52 74.45 81.68 -
YUV 225.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 239 219 225 0 0.08 0.06 0.06 342 0.38 0.9
Hex EF DB E1 0 8 6 6 156 26 5A
Octal 357 333 341 0 10 6 6 526 46 132
Binary 11101111 11011011 11100001 0 1000 110 110 101010110 100110 1011010

Color Harmonies of #EFDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBE1

Black with #EFDBE1

Text Example


Text Example

White with #EFDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBE1; }

 p { color: rgb(239,219,225); }

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

background-color css

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

 a { background-color: rgb(239,219,225); }

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

border-color css

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

 span { border-color: rgb(239,219,225); }

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