Html Css Color HEX #EFDADB Pale Rose

📋 copy color: '#EFDADB'

red 239 ◦ green 218 ◦ blue 219

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

Shades of Pale Rose #EFDADB

Tints of Pale Rose #EFDADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.25%

 BLUE value IS 219 (85.94% from 255) = 32.4%

R = 35.36%
G = 32.25%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFDADB (or 0xEFDADB) is known color: Pale Rose. HEX triplet: EF, DA and DB. RGB value is (239,218,219). Sum of RGB (Red+Green+Blue) = 239+218+219=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADB is #102524. Grayscale: #E0E0E0. Windows color (decimal): -1058085 or 14408431. OLE color: 14408431.

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

Color convert

RGB 239 218 219 -
CMYK 0 0.09 0.08 0.06
HSL 357.14º 0.4% 0.9% -
HSV(B) 357.14º 0.09% 0.94% -
XYZ 73.45 73.61 77.35 -
YUV 224.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 239 218 219 0 0.09 0.08 0.06 357.14 0.4 0.9
Hex EF DA DB 0 9 8 6 165 28 5A
Octal 357 332 333 0 11 10 6 545 50 132
Binary 11101111 11011010 11011011 0 1001 1000 110 101100101 101000 1011010

Color Harmonies of #EFDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDADB

Black with #EFDADB

Text Example


Text Example

White with #EFDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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