Html Css Color HEX #EFBEDF Classic Rose

📋 copy color: '#EFBEDF'

red 239 ◦ green 190 ◦ blue 223

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

Shades of Classic Rose #EFBEDF

Tints of Classic Rose #EFBEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.14%

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 36.66%
G = 29.14%
B = 34.2%

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

#EFBEDF (or 0xEFBEDF) is known color: Classic Rose. HEX triplet: EF, BE and DF. RGB value is (239,190,223). Sum of RGB (Red+Green+Blue) = 239+190+223=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDF is #104120. Grayscale: #D0D0D0. Windows color (decimal): -1065249 or 14663407. OLE color: 14663407.

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

Color convert

RGB 239 190 223 -
CMYK 0 0.21 0.07 0.06
HSL 319.59º 0.6% 0.84% -
HSV(B) 319.59º 0.21% 0.94% -
XYZ 67.33 60.51 77.94 -
YUV 208.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 239 190 223 0 0.21 0.07 0.06 319.59 0.6 0.84
Hex EF BE DF 0 15 7 6 140 3C 54
Octal 357 276 337 0 25 7 6 500 74 124
Binary 11101111 10111110 11011111 0 10101 111 110 101000000 111100 1010100

Color Harmonies of #EFBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEDF

Black with #EFBEDF

Text Example


Text Example

White with #EFBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEDF; }

 p { color: rgb(239,190,223); }

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

background-color css

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

 a { background-color: rgb(239,190,223); }

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

border-color css

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

 span { border-color: rgb(239,190,223); }

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