Html Css Color HEX #EFBDD5 Classic Rose

📋 copy color: '#EFBDD5'

red 239 ◦ green 189 ◦ blue 213

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

Shades of Classic Rose #EFBDD5

Tints of Classic Rose #EFBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.23%

R = 37.29%
G = 29.49%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBDD5 (or 0xEFBDD5) is known color: Classic Rose. HEX triplet: EF, BD and D5. RGB value is (239,189,213). Sum of RGB (Red+Green+Blue) = 239+189+213=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD5 is #10422A. Grayscale: #CECECE. Windows color (decimal): -1065515 or 14007791. OLE color: 14007791.

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

Color convert

RGB 239 189 213 -
CMYK 0 0.21 0.11 0.06
HSL 331.2º 0.61% 0.84% -
HSV(B) 331.2º 0.21% 0.94% -
XYZ 65.8 59.55 70.98 -
YUV 206.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 239 189 213 0 0.21 0.11 0.06 331.2 0.61 0.84
Hex EF BD D5 0 15 B 6 14B 3D 54
Octal 357 275 325 0 25 13 6 513 75 124
Binary 11101111 10111101 11010101 0 10101 1011 110 101001011 111101 1010100

Color Harmonies of #EFBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDD5

Black with #EFBDD5

Text Example


Text Example

White with #EFBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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