Html Css Color HEX #EFCBDB Classic Rose

📋 copy color: '#EFCBDB'

red 239 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #EFCBDB

Tints of Classic Rose #EFCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.71%

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

R = 36.16%
G = 30.71%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFCBDB (or 0xEFCBDB) is known color: Classic Rose. HEX triplet: EF, CB and DB. RGB value is (239,203,219). Sum of RGB (Red+Green+Blue) = 239+203+219=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDB is #103424. Grayscale: #D7D7D7. Windows color (decimal): -1061925 or 14404591. OLE color: 14404591.

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

Color convert

RGB 239 203 219 -
CMYK 0 0.15 0.08 0.06
HSL 333.33º 0.53% 0.87% -
HSV(B) 333.33º 0.15% 0.94% -
XYZ 69.74 66.18 76.12 -
YUV 215.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 239 203 219 0 0.15 0.08 0.06 333.33 0.53 0.87
Hex EF CB DB 0 F 8 6 14D 35 57
Octal 357 313 333 0 17 10 6 515 65 127
Binary 11101111 11001011 11011011 0 1111 1000 110 101001101 110101 1010111

Color Harmonies of #EFCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBDB

Black with #EFCBDB

Text Example


Text Example

White with #EFCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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