Html Css Color HEX #EFCEDB Classic Rose

📋 copy color: '#EFCEDB'

red 239 ◦ green 206 ◦ blue 219

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

Shades of Classic Rose #EFCEDB

Tints of Classic Rose #EFCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.98%

R = 35.99%
G = 31.02%
B = 32.98%

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

#EFCEDB (or 0xEFCEDB) is known color: Classic Rose. HEX triplet: EF, CE and DB. RGB value is (239,206,219). Sum of RGB (Red+Green+Blue) = 239+206+219=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDB is #103124. Grayscale: #D9D9D9. Windows color (decimal): -1061157 or 14405359. OLE color: 14405359.

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

Color convert

RGB 239 206 219 -
CMYK 0 0.14 0.08 0.06
HSL 336.36º 0.51% 0.87% -
HSV(B) 336.36º 0.14% 0.94% -
XYZ 70.45 67.61 76.35 -
YUV 217.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 239 206 219 0 0.14 0.08 0.06 336.36 0.51 0.87
Hex EF CE DB 0 E 8 6 150 33 57
Octal 357 316 333 0 16 10 6 520 63 127
Binary 11101111 11001110 11011011 0 1110 1000 110 101010000 110011 1010111

Color Harmonies of #EFCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEDB

Black with #EFCEDB

Text Example


Text Example

White with #EFCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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