Html Css Color HEX #EFCEE6 Classic Rose

📋 copy color: '#EFCEE6'

red 239 ◦ green 206 ◦ blue 230

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

Shades of Classic Rose #EFCEE6

Tints of Classic Rose #EFCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.52%

 BLUE value IS 230 (90.23% from 255) = 34.07%

R = 35.41%
G = 30.52%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFCEE6 (or 0xEFCEE6) is known color: Classic Rose. HEX triplet: EF, CE and E6. RGB value is (239,206,230). Sum of RGB (Red+Green+Blue) = 239+206+230=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEE6 is #103119. Grayscale: #DADADA. Windows color (decimal): -1061146 or 15126255. OLE color: 15126255.

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

Color convert

RGB 239 206 230 -
CMYK 0 0.14 0.04 0.06
HSL 316.36º 0.51% 0.87% -
HSV(B) 316.36º 0.14% 0.94% -
XYZ 71.95 68.21 84.24 -
YUV 218.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 239 206 230 0 0.14 0.04 0.06 316.36 0.51 0.87
Hex EF CE E6 0 E 4 6 13C 33 57
Octal 357 316 346 0 16 4 6 474 63 127
Binary 11101111 11001110 11100110 0 1110 100 110 100111100 110011 1010111

Color Harmonies of #EFCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEE6

Black with #EFCEE6

Text Example


Text Example

White with #EFCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEE6; }

 p { color: rgb(239,206,230); }

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

background-color css

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

 a { background-color: rgb(239,206,230); }

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

border-color css

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

 span { border-color: rgb(239,206,230); }

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