Html Css Color HEX #EFBCDC Classic Rose

📋 copy color: '#EFBCDC'

red 239 ◦ green 188 ◦ blue 220

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

Shades of Classic Rose #EFBCDC

Tints of Classic Rose #EFBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.06%

 BLUE value IS 220 (86.33% from 255) = 34%

R = 36.94%
G = 29.06%
B = 34%

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

#EFBCDC (or 0xEFBCDC) is known color: Classic Rose. HEX triplet: EF, BC and DC. RGB value is (239,188,220). Sum of RGB (Red+Green+Blue) = 239+188+220=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDC is #104323. Grayscale: #CECECE. Windows color (decimal): -1065764 or 14466287. OLE color: 14466287.

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

Color convert

RGB 239 188 220 -
CMYK 0 0.21 0.08 0.06
HSL 322.35º 0.61% 0.84% -
HSV(B) 322.35º 0.21% 0.94% -
XYZ 66.5 59.48 75.69 -
YUV 206.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 239 188 220 0 0.21 0.08 0.06 322.35 0.61 0.84
Hex EF BC DC 0 15 8 6 142 3D 54
Octal 357 274 334 0 25 10 6 502 75 124
Binary 11101111 10111100 11011100 0 10101 1000 110 101000010 111101 1010100

Color Harmonies of #EFBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCDC

Black with #EFBCDC

Text Example


Text Example

White with #EFBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCDC; }

 p { color: rgb(239,188,220); }

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

background-color css

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

 a { background-color: rgb(239,188,220); }

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

border-color css

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

 span { border-color: rgb(239,188,220); }

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