Html Css Color HEX #EFBDD6 Classic Rose

📋 copy color: '#EFBDD6'

red 239 ◦ green 189 ◦ blue 214

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

Shades of Classic Rose #EFBDD6

Tints of Classic Rose #EFBDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.44%

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 37.23%
G = 29.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFBDD6 (or 0xEFBDD6) is known color: Classic Rose. HEX triplet: EF, BD and D6. RGB value is (239,189,214). Sum of RGB (Red+Green+Blue) = 239+189+214=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD6 is #104229. Grayscale: #CECECE. Windows color (decimal): -1065514 or 14073327. OLE color: 14073327.

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

Color convert

RGB 239 189 214 -
CMYK 0 0.21 0.10 0.06
HSL 330º 0.61% 0.84% -
HSV(B) 330º 0.21% 0.94% -
XYZ 65.93 59.6 71.65 -
YUV 206.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 239 189 214 0 0.21 0.10 0.06 330 0.61 0.84
Hex EF BD D6 0 15 A 6 14A 3D 54
Octal 357 275 326 0 25 12 6 512 75 124
Binary 11101111 10111101 11010110 0 10101 1010 110 101001010 111101 1010100

Color Harmonies of #EFBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDD6

Black with #EFBDD6

Text Example


Text Example

White with #EFBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDD6; }

 p { color: rgb(239,189,214); }

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

background-color css

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

 a { background-color: rgb(239,189,214); }

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

border-color css

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

 span { border-color: rgb(239,189,214); }

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