Html Css Color HEX #EFCFE2 Classic Rose

📋 copy color: '#EFCFE2'

red 239 ◦ green 207 ◦ blue 226

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

Shades of Classic Rose #EFCFE2

Tints of Classic Rose #EFCFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.63%

R = 35.57%
G = 30.8%
B = 33.63%

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

#EFCFE2 (or 0xEFCFE2) is known color: Classic Rose. HEX triplet: EF, CF and E2. RGB value is (239,207,226). Sum of RGB (Red+Green+Blue) = 239+207+226=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE2 is #10301D. Grayscale: #DADADA. Windows color (decimal): -1060894 or 14864367. OLE color: 14864367.

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

Color convert

RGB 239 207 226 -
CMYK 0 0.13 0.05 0.06
HSL 324.38º 0.5% 0.87% -
HSV(B) 324.38º 0.13% 0.94% -
XYZ 71.64 68.47 81.39 -
YUV 218.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 239 207 226 0 0.13 0.05 0.06 324.38 0.5 0.87
Hex EF CF E2 0 D 5 6 144 32 57
Octal 357 317 342 0 15 5 6 504 62 127
Binary 11101111 11001111 11100010 0 1101 101 110 101000100 110010 1010111

Color Harmonies of #EFCFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFE2

Black with #EFCFE2

Text Example


Text Example

White with #EFCFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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