Html Css Color HEX #EFBCD2 Classic Rose

📋 copy color: '#EFBCD2'

red 239 ◦ green 188 ◦ blue 210

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

Shades of Classic Rose #EFBCD2

Tints of Classic Rose #EFBCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 210 (82.42% from 255) = 32.97%

R = 37.52%
G = 29.51%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFBCD2 (or 0xEFBCD2) is known color: Classic Rose. HEX triplet: EF, BC and D2. RGB value is (239,188,210). Sum of RGB (Red+Green+Blue) = 239+188+210=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD2 is #10432D. Grayscale: #CDCDCD. Windows color (decimal): -1065774 or 13810927. OLE color: 13810927.

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

Color convert

RGB 239 188 210 -
CMYK 0 0.21 0.12 0.06
HSL 334.12º 0.61% 0.84% -
HSV(B) 334.12º 0.21% 0.94% -
XYZ 65.21 58.97 68.92 -
YUV 205.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 239 188 210 0 0.21 0.12 0.06 334.12 0.61 0.84
Hex EF BC D2 0 15 C 6 14E 3D 54
Octal 357 274 322 0 25 14 6 516 75 124
Binary 11101111 10111100 11010010 0 10101 1100 110 101001110 111101 1010100

Color Harmonies of #EFBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCD2

Black with #EFBCD2

Text Example


Text Example

White with #EFBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCD2; }

 p { color: rgb(239,188,210); }

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

background-color css

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

 a { background-color: rgb(239,188,210); }

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

border-color css

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

 span { border-color: rgb(239,188,210); }

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