Html Css Color HEX #EFCFDF Classic Rose

📋 copy color: '#EFCFDF'

red 239 ◦ green 207 ◦ blue 223

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

Shades of Classic Rose #EFCFDF

Tints of Classic Rose #EFCFDF

RGB

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

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

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

R = 35.72%
G = 30.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCFDF (or 0xEFCFDF) is known color: Classic Rose. HEX triplet: EF, CF and DF. RGB value is (239,207,223). Sum of RGB (Red+Green+Blue) = 239+207+223=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDF is #103020. Grayscale: #DADADA. Windows color (decimal): -1060897 or 14667759. OLE color: 14667759.

HSL color Cylindrical-coordinate representation of color #EFCFDF: hue angle of 330º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFDF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 223 -
CMYK 0 0.13 0.07 0.06
HSL 330º 0.5% 0.87% -
HSV(B) 330º 0.13% 0.94% -
XYZ 71.23 68.3 79.24 -
YUV 218.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 239 207 223 0 0.13 0.07 0.06 330 0.5 0.87
Hex EF CF DF 0 D 7 6 14A 32 57
Octal 357 317 337 0 15 7 6 512 62 127
Binary 11101111 11001111 11011111 0 1101 111 110 101001010 110010 1010111

Color Harmonies of #EFCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFDF

Black with #EFCFDF

Text Example


Text Example

White with #EFCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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