Html Css Color HEX #EEBFD4 Classic Rose

📋 copy color: '#EEBFD4'

red 238 ◦ green 191 ◦ blue 212

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

Shades of Classic Rose #EEBFD4

Tints of Classic Rose #EEBFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.07%

R = 37.13%
G = 29.8%
B = 33.07%

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

#EEBFD4 (or 0xEEBFD4) is known color: Classic Rose. HEX triplet: EE, BF and D4. RGB value is (238,191,212). Sum of RGB (Red+Green+Blue) = 238+191+212=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD4 is #11402B. Grayscale: #CFCFCF. Windows color (decimal): -1130540 or 13942766. OLE color: 13942766.

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

Color convert

RGB 238 191 212 -
CMYK 0 0.20 0.11 0.07
HSL 333.19º 0.58% 0.84% -
HSV(B) 333.19º 0.2% 0.93% -
XYZ 65.77 60.19 70.44 -
YUV 207.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 238 191 212 0 0.20 0.11 0.07 333.19 0.58 0.84
Hex EE BF D4 0 14 B 7 14D 3A 54
Octal 356 277 324 0 24 13 7 515 72 124
Binary 11101110 10111111 11010100 0 10100 1011 111 101001101 111010 1010100

Color Harmonies of #EEBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFD4

Black with #EEBFD4

Text Example


Text Example

White with #EEBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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