Html Css Color HEX #ECBFD8 Classic Rose

📋 copy color: '#ECBFD8'

red 236 ◦ green 191 ◦ blue 216

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

Shades of Classic Rose #ECBFD8

Tints of Classic Rose #ECBFD8

RGB

 RED value IS 236 (92.58% from 255) = 36.7%

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

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

R = 36.7%
G = 29.7%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECBFD8 (or 0xECBFD8) is known color: Classic Rose. HEX triplet: EC, BF and D8. RGB value is (236,191,216). Sum of RGB (Red+Green+Blue) = 236+191+216=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFD8 is #134027. Grayscale: #CFCFCF. Windows color (decimal): -1261608 or 14204908. OLE color: 14204908.

HSL color Cylindrical-coordinate representation of color #ECBFD8: hue angle of 326.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFD8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 191 216 -
CMYK 0 0.19 0.08 0.07
HSL 326.67º 0.54% 0.84% -
HSV(B) 326.67º 0.19% 0.93% -
XYZ 65.62 60.05 73.1 -
YUV 207.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 236 191 216 0 0.19 0.08 0.07 326.67 0.54 0.84
Hex EC BF D8 0 13 8 7 147 36 54
Octal 354 277 330 0 23 10 7 507 66 124
Binary 11101100 10111111 11011000 0 10011 1000 111 101000111 110110 1010100

Color Harmonies of #ECBFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFD8

Black with #ECBFD8

Text Example


Text Example

White with #ECBFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFD8; }

 p { color: rgb(236,191,216); }

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

background-color css

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

 a { background-color: rgb(236,191,216); }

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

border-color css

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

 span { border-color: rgb(236,191,216); }

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