Html Css Color HEX #EFC8E4 Classic Rose

📋 copy color: '#EFC8E4'

red 239 ◦ green 200 ◦ blue 228

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

Shades of Classic Rose #EFC8E4

Tints of Classic Rose #EFC8E4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.99%

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

R = 35.83%
G = 29.99%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFC8E4 (or 0xEFC8E4) is known color: Classic Rose. HEX triplet: EF, C8 and E4. RGB value is (239,200,228). Sum of RGB (Red+Green+Blue) = 239+200+228=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8E4 is #10371B. Grayscale: #D6D6D6. Windows color (decimal): -1062684 or 14993647. OLE color: 14993647.

HSL color Cylindrical-coordinate representation of color #EFC8E4: hue angle of 316.92º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8E4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 228 -
CMYK 0 0.16 0.05 0.06
HSL 316.92º 0.55% 0.86% -
HSV(B) 316.92º 0.16% 0.94% -
XYZ 70.25 65.26 82.29 -
YUV 214.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 239 200 228 0 0.16 0.05 0.06 316.92 0.55 0.86
Hex EF C8 E4 0 10 5 6 13D 37 56
Octal 357 310 344 0 20 5 6 475 67 126
Binary 11101111 11001000 11100100 0 10000 101 110 100111101 110111 1010110

Color Harmonies of #EFC8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8E4

Black with #EFC8E4

Text Example


Text Example

White with #EFC8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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