Html Css Color HEX #EFCFE4 Classic Rose

📋 copy color: '#EFCFE4'

red 239 ◦ green 207 ◦ blue 228

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

Shades of Classic Rose #EFCFE4

Tints of Classic Rose #EFCFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.83%

R = 35.46%
G = 30.71%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFCFE4 (or 0xEFCFE4) is known color: Classic Rose. HEX triplet: EF, CF and E4. RGB value is (239,207,228). Sum of RGB (Red+Green+Blue) = 239+207+228=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE4 is #10301B. Grayscale: #DADADA. Windows color (decimal): -1060892 or 14995439. OLE color: 14995439.

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

Color convert

RGB 239 207 228 -
CMYK 0 0.13 0.05 0.06
HSL 320.63º 0.5% 0.87% -
HSV(B) 320.63º 0.13% 0.94% -
XYZ 71.91 68.58 82.85 -
YUV 218.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 239 207 228 0 0.13 0.05 0.06 320.63 0.5 0.87
Hex EF CF E4 0 D 5 6 141 32 57
Octal 357 317 344 0 15 5 6 501 62 127
Binary 11101111 11001111 11100100 0 1101 101 110 101000001 110010 1010111

Color Harmonies of #EFCFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFE4

Black with #EFCFE4

Text Example


Text Example

White with #EFCFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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