Html Css Color HEX #EFCFDE Classic Rose

📋 copy color: '#EFCFDE'

red 239 ◦ green 207 ◦ blue 222

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

Shades of Classic Rose #EFCFDE

Tints of Classic Rose #EFCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.99%

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

R = 35.78%
G = 30.99%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCFDE (or 0xEFCFDE) is known color: Classic Rose. HEX triplet: EF, CF and DE. RGB value is (239,207,222). Sum of RGB (Red+Green+Blue) = 239+207+222=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDE is #103021. Grayscale: #DADADA. Windows color (decimal): -1060898 or 14602223. OLE color: 14602223.

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

Color convert

RGB 239 207 222 -
CMYK 0 0.13 0.07 0.06
HSL 331.88º 0.5% 0.87% -
HSV(B) 331.88º 0.13% 0.94% -
XYZ 71.09 68.25 78.53 -
YUV 218.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 239 207 222 0 0.13 0.07 0.06 331.88 0.5 0.87
Hex EF CF DE 0 D 7 6 14C 32 57
Octal 357 317 336 0 15 7 6 514 62 127
Binary 11101111 11001111 11011110 0 1101 111 110 101001100 110010 1010111

Color Harmonies of #EFCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFDE

Black with #EFCFDE

Text Example


Text Example

White with #EFCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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