Html Css Color HEX #EFC1DE Classic Rose

📋 copy color: '#EFC1DE'

red 239 ◦ green 193 ◦ blue 222

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

Shades of Classic Rose #EFC1DE

Tints of Classic Rose #EFC1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.51%

 BLUE value IS 222 (87.11% from 255) = 33.94%

R = 36.54%
G = 29.51%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFC1DE (or 0xEFC1DE) is known color: Classic Rose. HEX triplet: EF, C1 and DE. RGB value is (239,193,222). Sum of RGB (Red+Green+Blue) = 239+193+222=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1DE is #103E21. Grayscale: #D1D1D1. Windows color (decimal): -1064482 or 14598639. OLE color: 14598639.

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

Color convert

RGB 239 193 222 -
CMYK 0 0.19 0.07 0.06
HSL 322.17º 0.59% 0.85% -
HSV(B) 322.17º 0.19% 0.94% -
XYZ 67.85 61.76 77.45 -
YUV 210.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 239 193 222 0 0.19 0.07 0.06 322.17 0.59 0.85
Hex EF C1 DE 0 13 7 6 142 3B 55
Octal 357 301 336 0 23 7 6 502 73 125
Binary 11101111 11000001 11011110 0 10011 111 110 101000010 111011 1010101

Color Harmonies of #EFC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1DE

Black with #EFC1DE

Text Example


Text Example

White with #EFC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1DE; }

 p { color: rgb(239,193,222); }

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

background-color css

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

 a { background-color: rgb(239,193,222); }

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

border-color css

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

 span { border-color: rgb(239,193,222); }

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