Html Css Color HEX #EACFDC Classic Rose

📋 copy color: '#EACFDC'

red 234 ◦ green 207 ◦ blue 220

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

Shades of Classic Rose #EACFDC

Tints of Classic Rose #EACFDC

RGB

 RED value IS 234 (91.8% from 255) = 35.4%

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

 BLUE value IS 220 (86.33% from 255) = 33.28%

R = 35.4%
G = 31.32%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EACFDC (or 0xEACFDC) is known color: Classic Rose. HEX triplet: EA, CF and DC. RGB value is (234,207,220). Sum of RGB (Red+Green+Blue) = 234+207+220=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFDC is #153023. Grayscale: #D8D8D8. Windows color (decimal): -1388580 or 14471146. OLE color: 14471146.

HSL color Cylindrical-coordinate representation of color #EACFDC: hue angle of 331.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFDC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 220 -
CMYK 0 0.12 0.06 0.08
HSL 331.11º 0.39% 0.86% -
HSV(B) 331.11º 0.12% 0.92% -
XYZ 69.16 67.29 77.05 -
YUV 216.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 234 207 220 0 0.12 0.06 0.08 331.11 0.39 0.86
Hex EA CF DC 0 C 6 8 14B 27 56
Octal 352 317 334 0 14 6 10 513 47 126
Binary 11101010 11001111 11011100 0 1100 110 1000 101001011 100111 1010110

Color Harmonies of #EACFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACFDC

Black with #EACFDC

Text Example


Text Example

White with #EACFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACFDC; }

 p { color: rgb(234,207,220); }

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

background-color css

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

 a { background-color: rgb(234,207,220); }

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

border-color css

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

 span { border-color: rgb(234,207,220); }

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