Html Css Color HEX #EFCCDF Classic Rose

📋 copy color: '#EFCCDF'

red 239 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #EFCCDF

Tints of Classic Rose #EFCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.63%

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

R = 35.89%
G = 30.63%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCCDF (or 0xEFCCDF) is known color: Classic Rose. HEX triplet: EF, CC and DF. RGB value is (239,204,223). Sum of RGB (Red+Green+Blue) = 239+204+223=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDF is #103320. Grayscale: #D8D8D8. Windows color (decimal): -1061665 or 14666991. OLE color: 14666991.

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

Color convert

RGB 239 204 223 -
CMYK 0 0.15 0.07 0.06
HSL 327.43º 0.52% 0.87% -
HSV(B) 327.43º 0.15% 0.94% -
XYZ 70.51 66.86 79 -
YUV 216.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 239 204 223 0 0.15 0.07 0.06 327.43 0.52 0.87
Hex EF CC DF 0 F 7 6 147 34 57
Octal 357 314 337 0 17 7 6 507 64 127
Binary 11101111 11001100 11011111 0 1111 111 110 101000111 110100 1010111

Color Harmonies of #EFCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCDF

Black with #EFCCDF

Text Example


Text Example

White with #EFCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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