Html Css Color HEX #EFBEDD Classic Rose

📋 copy color: '#EFBEDD'

red 239 ◦ green 190 ◦ blue 221

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

Shades of Classic Rose #EFBEDD

Tints of Classic Rose #EFBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34%

R = 36.77%
G = 29.23%
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

#EFBEDD (or 0xEFBEDD) is known color: Classic Rose. HEX triplet: EF, BE and DD. RGB value is (239,190,221). Sum of RGB (Red+Green+Blue) = 239+190+221=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDD is #104122. Grayscale: #D0D0D0. Windows color (decimal): -1065251 or 14532335. OLE color: 14532335.

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

Color convert

RGB 239 190 221 -
CMYK 0 0.21 0.08 0.06
HSL 322.04º 0.6% 0.84% -
HSV(B) 322.04º 0.21% 0.94% -
XYZ 67.06 60.4 76.53 -
YUV 208.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 239 190 221 0 0.21 0.08 0.06 322.04 0.6 0.84
Hex EF BE DD 0 15 8 6 142 3C 54
Octal 357 276 335 0 25 10 6 502 74 124
Binary 11101111 10111110 11011101 0 10101 1000 110 101000010 111100 1010100

Color Harmonies of #EFBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEDD

Black with #EFBEDD

Text Example


Text Example

White with #EFBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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