Html Css Color HEX #EFBDDB Classic Rose

📋 copy color: '#EFBDDB'

red 239 ◦ green 189 ◦ blue 219

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

Shades of Classic Rose #EFBDDB

Tints of Classic Rose #EFBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.21%

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

R = 36.94%
G = 29.21%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFBDDB (or 0xEFBDDB) is known color: Classic Rose. HEX triplet: EF, BD and DB. RGB value is (239,189,219). Sum of RGB (Red+Green+Blue) = 239+189+219=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDB is #104224. Grayscale: #CFCFCF. Windows color (decimal): -1065509 or 14401007. OLE color: 14401007.

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

Color convert

RGB 239 189 219 -
CMYK 0 0.21 0.08 0.06
HSL 324º 0.61% 0.84% -
HSV(B) 324º 0.21% 0.94% -
XYZ 66.58 59.86 75.06 -
YUV 207.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 239 189 219 0 0.21 0.08 0.06 324 0.61 0.84
Hex EF BD DB 0 15 8 6 144 3D 54
Octal 357 275 333 0 25 10 6 504 75 124
Binary 11101111 10111101 11011011 0 10101 1000 110 101000100 111101 1010100

Color Harmonies of #EFBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDDB

Black with #EFBDDB

Text Example


Text Example

White with #EFBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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