Html Css Color HEX #EBCFDF Classic Rose

📋 copy color: '#EBCFDF'

red 235 ◦ green 207 ◦ blue 223

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

Shades of Classic Rose #EBCFDF

Tints of Classic Rose #EBCFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.53%

R = 35.34%
G = 31.13%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBCFDF (or 0xEBCFDF) is known color: Classic Rose. HEX triplet: EB, CF and DF. RGB value is (235,207,223). Sum of RGB (Red+Green+Blue) = 235+207+223=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDF is #143020. Grayscale: #D9D9D9. Windows color (decimal): -1323041 or 14667755. OLE color: 14667755.

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

Color convert

RGB 235 207 223 -
CMYK 0 0.12 0.05 0.08
HSL 325.71º 0.41% 0.87% -
HSV(B) 325.71º 0.12% 0.92% -
XYZ 69.89 67.62 79.18 -
YUV 217.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 235 207 223 0 0.12 0.05 0.08 325.71 0.41 0.87
Hex EB CF DF 0 C 5 8 146 29 57
Octal 353 317 337 0 14 5 10 506 51 127
Binary 11101011 11001111 11011111 0 1100 101 1000 101000110 101001 1010111

Color Harmonies of #EBCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCFDF

Black with #EBCFDF

Text Example


Text Example

White with #EBCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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