Html Css Color HEX #EFCFE0 Classic Rose

📋 copy color: '#EFCFE0'

red 239 ◦ green 207 ◦ blue 224

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

Shades of Classic Rose #EFCFE0

Tints of Classic Rose #EFCFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.43%

R = 35.67%
G = 30.9%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFCFE0 (or 0xEFCFE0) is known color: Classic Rose. HEX triplet: EF, CF and E0. RGB value is (239,207,224). Sum of RGB (Red+Green+Blue) = 239+207+224=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE0 is #10301F. Grayscale: #DADADA. Windows color (decimal): -1060896 or 14733295. OLE color: 14733295.

HSL color Cylindrical-coordinate representation of color #EFCFE0: hue angle of 328.12º 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 #EFCFE0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 224 -
CMYK 0 0.13 0.06 0.06
HSL 328.13º 0.5% 0.87% -
HSV(B) 328.13º 0.13% 0.94% -
XYZ 71.36 68.36 79.95 -
YUV 218.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 239 207 224 0 0.13 0.06 0.06 328.13 0.5 0.87
Hex EF CF E0 0 D 6 6 148 32 57
Octal 357 317 340 0 15 6 6 510 62 127
Binary 11101111 11001111 11100000 0 1101 110 110 101001000 110010 1010111

Color Harmonies of #EFCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFE0

Black with #EFCFE0

Text Example


Text Example

White with #EFCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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