Html Css Color HEX #EFC6DF Classic Rose

📋 copy color: '#EFC6DF'

red 239 ◦ green 198 ◦ blue 223

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

Shades of Classic Rose #EFC6DF

Tints of Classic Rose #EFC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30%

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

R = 36.21%
G = 30%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFC6DF (or 0xEFC6DF) is known color: Classic Rose. HEX triplet: EF, C6 and DF. RGB value is (239,198,223). Sum of RGB (Red+Green+Blue) = 239+198+223=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6DF is #103920. Grayscale: #D5D5D5. Windows color (decimal): -1063201 or 14665455. OLE color: 14665455.

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

Color convert

RGB 239 198 223 -
CMYK 0 0.17 0.07 0.06
HSL 323.41º 0.56% 0.86% -
HSV(B) 323.41º 0.17% 0.94% -
XYZ 69.11 64.07 78.54 -
YUV 213.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 239 198 223 0 0.17 0.07 0.06 323.41 0.56 0.86
Hex EF C6 DF 0 11 7 6 143 38 56
Octal 357 306 337 0 21 7 6 503 70 126
Binary 11101111 11000110 11011111 0 10001 111 110 101000011 111000 1010110

Color Harmonies of #EFC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6DF

Black with #EFC6DF

Text Example


Text Example

White with #EFC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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