Html Css Color HEX #EEBFD3 Classic Rose

📋 copy color: '#EEBFD3'

red 238 ◦ green 191 ◦ blue 211

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

Shades of Classic Rose #EEBFD3

Tints of Classic Rose #EEBFD3

RGB

 RED value IS 238 (93.36% from 255) = 37.19%

 GREEN value IS 191 (75% from 255) = 29.84%

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 37.19%
G = 29.84%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBFD3 (or 0xEEBFD3) is known color: Classic Rose. HEX triplet: EE, BF and D3. RGB value is (238,191,211). Sum of RGB (Red+Green+Blue) = 238+191+211=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD3 is #11402C. Grayscale: #CFCFCF. Windows color (decimal): -1130541 or 13877230. OLE color: 13877230.

HSL color Cylindrical-coordinate representation of color #EEBFD3: hue angle of 334.47º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFD3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 211 -
CMYK 0 0.20 0.11 0.07
HSL 334.47º 0.58% 0.84% -
HSV(B) 334.47º 0.2% 0.93% -
XYZ 65.65 60.14 69.78 -
YUV 207.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 238 191 211 0 0.20 0.11 0.07 334.47 0.58 0.84
Hex EE BF D3 0 14 B 7 14E 3A 54
Octal 356 277 323 0 24 13 7 516 72 124
Binary 11101110 10111111 11010011 0 10100 1011 111 101001110 111010 1010100

Color Harmonies of #EEBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFD3

Black with #EEBFD3

Text Example


Text Example

White with #EEBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFD3; }

 p { color: rgb(238,191,211); }

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

background-color css

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

 a { background-color: rgb(238,191,211); }

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

border-color css

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

 span { border-color: rgb(238,191,211); }

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