Html Css Color HEX #EFCEDC Classic Rose

📋 copy color: '#EFCEDC'

red 239 ◦ green 206 ◦ blue 220

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

Shades of Classic Rose #EFCEDC

Tints of Classic Rose #EFCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.98%

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

R = 35.94%
G = 30.98%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFCEDC (or 0xEFCEDC) is known color: Classic Rose. HEX triplet: EF, CE and DC. RGB value is (239,206,220). Sum of RGB (Red+Green+Blue) = 239+206+220=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDC is #103123. Grayscale: #D9D9D9. Windows color (decimal): -1061156 or 14470895. OLE color: 14470895.

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

Color convert

RGB 239 206 220 -
CMYK 0 0.14 0.08 0.06
HSL 334.55º 0.51% 0.87% -
HSV(B) 334.55º 0.14% 0.94% -
XYZ 70.59 67.66 77.05 -
YUV 217.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 239 206 220 0 0.14 0.08 0.06 334.55 0.51 0.87
Hex EF CE DC 0 E 8 6 14F 33 57
Octal 357 316 334 0 16 10 6 517 63 127
Binary 11101111 11001110 11011100 0 1110 1000 110 101001111 110011 1010111

Color Harmonies of #EFCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEDC

Black with #EFCEDC

Text Example


Text Example

White with #EFCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEDC; }

 p { color: rgb(239,206,220); }

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

background-color css

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

 a { background-color: rgb(239,206,220); }

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

border-color css

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

 span { border-color: rgb(239,206,220); }

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