Html Css Color HEX #EFC9DD Classic Rose

📋 copy color: '#EFC9DD'

red 239 ◦ green 201 ◦ blue 221

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

Shades of Classic Rose #EFC9DD

Tints of Classic Rose #EFC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.41%

 BLUE value IS 221 (86.72% from 255) = 33.43%

R = 36.16%
G = 30.41%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC9DD (or 0xEFC9DD) is known color: Classic Rose. HEX triplet: EF, C9 and DD. RGB value is (239,201,221). Sum of RGB (Red+Green+Blue) = 239+201+221=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DD is #103622. Grayscale: #D6D6D6. Windows color (decimal): -1062435 or 14535151. OLE color: 14535151.

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

Color convert

RGB 239 201 221 -
CMYK 0 0.16 0.08 0.06
HSL 328.42º 0.54% 0.86% -
HSV(B) 328.42º 0.16% 0.94% -
XYZ 69.53 65.34 77.35 -
YUV 214.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 239 201 221 0 0.16 0.08 0.06 328.42 0.54 0.86
Hex EF C9 DD 0 10 8 6 148 36 56
Octal 357 311 335 0 20 10 6 510 66 126
Binary 11101111 11001001 11011101 0 10000 1000 110 101001000 110110 1010110

Color Harmonies of #EFC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9DD

Black with #EFC9DD

Text Example


Text Example

White with #EFC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9DD; }

 p { color: rgb(239,201,221); }

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

background-color css

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

 a { background-color: rgb(239,201,221); }

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

border-color css

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

 span { border-color: rgb(239,201,221); }

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