Html Css Color HEX #EFBCDE Classic Rose

📋 copy color: '#EFBCDE'

red 239 ◦ green 188 ◦ blue 222

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

Shades of Classic Rose #EFBCDE

Tints of Classic Rose #EFBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 36.83%
G = 28.97%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFBCDE (or 0xEFBCDE) is known color: Classic Rose. HEX triplet: EF, BC and DE. RGB value is (239,188,222). Sum of RGB (Red+Green+Blue) = 239+188+222=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDE is #104321. Grayscale: #CFCFCF. Windows color (decimal): -1065762 or 14597359. OLE color: 14597359.

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

Color convert

RGB 239 188 222 -
CMYK 0 0.21 0.07 0.06
HSL 320º 0.61% 0.84% -
HSV(B) 320º 0.21% 0.94% -
XYZ 66.76 59.59 77.09 -
YUV 207.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 239 188 222 0 0.21 0.07 0.06 320 0.61 0.84
Hex EF BC DE 0 15 7 6 140 3D 54
Octal 357 274 336 0 25 7 6 500 75 124
Binary 11101111 10111100 11011110 0 10101 111 110 101000000 111101 1010100

Color Harmonies of #EFBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCDE

Black with #EFBCDE

Text Example


Text Example

White with #EFBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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