Html Css Color HEX #EFCDDC Classic Rose

📋 copy color: '#EFCDDC'

red 239 ◦ green 205 ◦ blue 220

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

Shades of Classic Rose #EFCDDC

Tints of Classic Rose #EFCDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.87%

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 35.99%
G = 30.87%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFCDDC (or 0xEFCDDC) is known color: Classic Rose. HEX triplet: EF, CD and DC. RGB value is (239,205,220). Sum of RGB (Red+Green+Blue) = 239+205+220=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDC is #103223. Grayscale: #D8D8D8. Windows color (decimal): -1061412 or 14470639. OLE color: 14470639.

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

Color convert

RGB 239 205 220 -
CMYK 0 0.14 0.08 0.06
HSL 333.53º 0.52% 0.87% -
HSV(B) 333.53º 0.14% 0.94% -
XYZ 70.35 67.18 76.97 -
YUV 216.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 239 205 220 0 0.14 0.08 0.06 333.53 0.52 0.87
Hex EF CD DC 0 E 8 6 14E 34 57
Octal 357 315 334 0 16 10 6 516 64 127
Binary 11101111 11001101 11011100 0 1110 1000 110 101001110 110100 1010111

Color Harmonies of #EFCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDDC

Black with #EFCDDC

Text Example


Text Example

White with #EFCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDDC; }

 p { color: rgb(239,205,220); }

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

background-color css

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

 a { background-color: rgb(239,205,220); }

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

border-color css

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

 span { border-color: rgb(239,205,220); }

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