Html Css Color HEX #EFCEDA Classic Rose

📋 copy color: '#EFCEDA'

red 239 ◦ green 206 ◦ blue 218

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

Shades of Classic Rose #EFCEDA

Tints of Classic Rose #EFCEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.88%

R = 36.05%
G = 31.07%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFCEDA (or 0xEFCEDA) is known color: Classic Rose. HEX triplet: EF, CE and DA. RGB value is (239,206,218). Sum of RGB (Red+Green+Blue) = 239+206+218=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDA is #103125. Grayscale: #D9D9D9. Windows color (decimal): -1061158 or 14339823. OLE color: 14339823.

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

Color convert

RGB 239 206 218 -
CMYK 0 0.14 0.09 0.06
HSL 338.18º 0.51% 0.87% -
HSV(B) 338.18º 0.14% 0.94% -
XYZ 70.32 67.56 75.66 -
YUV 217.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 239 206 218 0 0.14 0.09 0.06 338.18 0.51 0.87
Hex EF CE DA 0 E 9 6 152 33 57
Octal 357 316 332 0 16 11 6 522 63 127
Binary 11101111 11001110 11011010 0 1110 1001 110 101010010 110011 1010111

Color Harmonies of #EFCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEDA

Black with #EFCEDA

Text Example


Text Example

White with #EFCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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