Html Css Color HEX #EFCCDD Classic Rose

📋 copy color: '#EFCCDD'

red 239 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #EFCCDD

Tints of Classic Rose #EFCCDD

RGB

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

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

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

R = 35.99%
G = 30.72%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFCCDD (or 0xEFCCDD) is known color: Classic Rose. HEX triplet: EF, CC and DD. RGB value is (239,204,221). Sum of RGB (Red+Green+Blue) = 239+204+221=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDD is #103322. Grayscale: #D8D8D8. Windows color (decimal): -1061667 or 14535919. OLE color: 14535919.

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

Color convert

RGB 239 204 221 -
CMYK 0 0.15 0.08 0.06
HSL 330.86º 0.52% 0.87% -
HSV(B) 330.86º 0.15% 0.94% -
XYZ 70.24 66.76 77.59 -
YUV 216.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 239 204 221 0 0.15 0.08 0.06 330.86 0.52 0.87
Hex EF CC DD 0 F 8 6 14B 34 57
Octal 357 314 335 0 17 10 6 513 64 127
Binary 11101111 11001100 11011101 0 1111 1000 110 101001011 110100 1010111

Color Harmonies of #EFCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCDD

Black with #EFCCDD

Text Example


Text Example

White with #EFCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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