Html Css Color HEX #ECBFDA Classic Rose

📋 copy color: '#ECBFDA'

red 236 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #ECBFDA

Tints of Classic Rose #ECBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 36.59%
G = 29.61%
B = 33.8%

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

#ECBFDA (or 0xECBFDA) is known color: Classic Rose. HEX triplet: EC, BF and DA. RGB value is (236,191,218). Sum of RGB (Red+Green+Blue) = 236+191+218=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFDA is #134025. Grayscale: #CFCFCF. Windows color (decimal): -1261606 or 14335980. OLE color: 14335980.

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

Color convert

RGB 236 191 218 -
CMYK 0 0.19 0.08 0.07
HSL 324º 0.54% 0.84% -
HSV(B) 324º 0.19% 0.93% -
XYZ 65.88 60.16 74.47 -
YUV 207.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 236 191 218 0 0.19 0.08 0.07 324 0.54 0.84
Hex EC BF DA 0 13 8 7 144 36 54
Octal 354 277 332 0 23 10 7 504 66 124
Binary 11101100 10111111 11011010 0 10011 1000 111 101000100 110110 1010100

Color Harmonies of #ECBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFDA

Black with #ECBFDA

Text Example


Text Example

White with #ECBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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