Html Css Color HEX #EFCBD8 Classic Rose

📋 copy color: '#EFCBD8'

red 239 ◦ green 203 ◦ blue 216

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

Shades of Classic Rose #EFCBD8

Tints of Classic Rose #EFCBD8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.85%

 BLUE value IS 216 (84.77% from 255) = 32.83%

R = 36.32%
G = 30.85%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFCBD8 (or 0xEFCBD8) is known color: Classic Rose. HEX triplet: EF, CB and D8. RGB value is (239,203,216). Sum of RGB (Red+Green+Blue) = 239+203+216=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD8 is #103427. Grayscale: #D7D7D7. Windows color (decimal): -1061928 or 14207983. OLE color: 14207983.

HSL color Cylindrical-coordinate representation of color #EFCBD8: hue angle of 338.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBD8 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 216 -
CMYK 0 0.15 0.10 0.06
HSL 338.33º 0.53% 0.87% -
HSV(B) 338.33º 0.15% 0.94% -
XYZ 69.35 66.02 74.05 -
YUV 215.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 239 203 216 0 0.15 0.10 0.06 338.33 0.53 0.87
Hex EF CB D8 0 F A 6 152 35 57
Octal 357 313 330 0 17 12 6 522 65 127
Binary 11101111 11001011 11011000 0 1111 1010 110 101010010 110101 1010111

Color Harmonies of #EFCBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBD8

Black with #EFCBD8

Text Example


Text Example

White with #EFCBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBD8; }

 p { color: rgb(239,203,216); }

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

background-color css

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

 a { background-color: rgb(239,203,216); }

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

border-color css

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

 span { border-color: rgb(239,203,216); }

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