Html Css Color HEX #EFCFE5 Classic Rose

📋 copy color: '#EFCFE5'

red 239 ◦ green 207 ◦ blue 229

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

Shades of Classic Rose #EFCFE5

Tints of Classic Rose #EFCFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.93%

R = 35.41%
G = 30.67%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFCFE5 (or 0xEFCFE5) is known color: Classic Rose. HEX triplet: EF, CF and E5. RGB value is (239,207,229). Sum of RGB (Red+Green+Blue) = 239+207+229=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE5 is #10301A. Grayscale: #DBDBDB. Windows color (decimal): -1060891 or 15060975. OLE color: 15060975.

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

Color convert

RGB 239 207 229 -
CMYK 0 0.13 0.04 0.06
HSL 318.75º 0.5% 0.87% -
HSV(B) 318.75º 0.13% 0.94% -
XYZ 72.05 68.63 83.58 -
YUV 219.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 239 207 229 0 0.13 0.04 0.06 318.75 0.5 0.87
Hex EF CF E5 0 D 4 6 13F 32 57
Octal 357 317 345 0 15 4 6 477 62 127
Binary 11101111 11001111 11100101 0 1101 100 110 100111111 110010 1010111

Color Harmonies of #EFCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFE5

Black with #EFCFE5

Text Example


Text Example

White with #EFCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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