Html Css Color HEX #EBCFDC Classic Rose

📋 copy color: '#EBCFDC'

red 235 ◦ green 207 ◦ blue 220

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

Shades of Classic Rose #EBCFDC

Tints of Classic Rose #EBCFDC

RGB

 RED value IS 235 (92.19% from 255) = 35.5%

 GREEN value IS 207 (81.25% from 255) = 31.27%

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 35.5%
G = 31.27%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBCFDC (or 0xEBCFDC) is known color: Classic Rose. HEX triplet: EB, CF and DC. RGB value is (235,207,220). Sum of RGB (Red+Green+Blue) = 235+207+220=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDC is #143023. Grayscale: #D8D8D8. Windows color (decimal): -1323044 or 14471147. OLE color: 14471147.

HSL color Cylindrical-coordinate representation of color #EBCFDC: hue angle of 332.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFDC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 220 -
CMYK 0 0.12 0.06 0.08
HSL 332.14º 0.41% 0.87% -
HSV(B) 332.14º 0.12% 0.92% -
XYZ 69.49 67.46 77.07 -
YUV 216.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 235 207 220 0 0.12 0.06 0.08 332.14 0.41 0.87
Hex EB CF DC 0 C 6 8 14C 29 57
Octal 353 317 334 0 14 6 10 514 51 127
Binary 11101011 11001111 11011100 0 1100 110 1000 101001100 101001 1010111

Color Harmonies of #EBCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCFDC

Black with #EBCFDC

Text Example


Text Example

White with #EBCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCFDC; }

 p { color: rgb(235,207,220); }

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

background-color css

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

 a { background-color: rgb(235,207,220); }

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

border-color css

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

 span { border-color: rgb(235,207,220); }

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