Html Css Color HEX #EFBBD4 Classic Rose

📋 copy color: '#EFBBD4'

red 239 ◦ green 187 ◦ blue 212

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

Shades of Classic Rose #EFBBD4

Tints of Classic Rose #EFBBD4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.31%

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

R = 37.46%
G = 29.31%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBBD4 (or 0xEFBBD4) is known color: Classic Rose. HEX triplet: EF, BB and D4. RGB value is (239,187,212). Sum of RGB (Red+Green+Blue) = 239+187+212=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD4 is #10442B. Grayscale: #CDCDCD. Windows color (decimal): -1066028 or 13941743. OLE color: 13941743.

HSL color Cylindrical-coordinate representation of color #EFBBD4: hue angle of 331.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBD4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 212 -
CMYK 0 0.22 0.11 0.06
HSL 331.15º 0.62% 0.84% -
HSV(B) 331.15º 0.22% 0.94% -
XYZ 65.25 58.64 70.17 -
YUV 205.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 239 187 212 0 0.22 0.11 0.06 331.15 0.62 0.84
Hex EF BB D4 0 16 B 6 14B 3E 54
Octal 357 273 324 0 26 13 6 513 76 124
Binary 11101111 10111011 11010100 0 10110 1011 110 101001011 111110 1010100

Color Harmonies of #EFBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBD4

Black with #EFBBD4

Text Example


Text Example

White with #EFBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBD4; }

 p { color: rgb(239,187,212); }

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

background-color css

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

 a { background-color: rgb(239,187,212); }

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

border-color css

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

 span { border-color: rgb(239,187,212); }

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