Html Css Color HEX #EADFE6 Classic Rose

📋 copy color: '#EADFE6'

red 234 ◦ green 223 ◦ blue 230

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

Shades of Classic Rose #EADFE6

Tints of Classic Rose #EADFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.46%

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

R = 34.06%
G = 32.46%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EADFE6 (or 0xEADFE6) is known color: Classic Rose. HEX triplet: EA, DF and E6. RGB value is (234,223,230). Sum of RGB (Red+Green+Blue) = 234+223+230=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFE6 is #152019. Grayscale: #E3E3E3. Windows color (decimal): -1384474 or 15130602. OLE color: 15130602.

HSL color Cylindrical-coordinate representation of color #EADFE6: hue angle of 321.82º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFE6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 230 -
CMYK 0 0.05 0.02 0.08
HSL 321.82º 0.21% 0.9% -
HSV(B) 321.82º 0.05% 0.92% -
XYZ 74.6 75.98 85.6 -
YUV 227.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 234 223 230 0 0.05 0.02 0.08 321.82 0.21 0.9
Hex EA DF E6 0 5 2 8 142 15 5A
Octal 352 337 346 0 5 2 10 502 25 132
Binary 11101010 11011111 11100110 0 101 10 1000 101000010 10101 1011010

Color Harmonies of #EADFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADFE6

Black with #EADFE6

Text Example


Text Example

White with #EADFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADFE6; }

 p { color: rgb(234,223,230); }

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

background-color css

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

 a { background-color: rgb(234,223,230); }

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

border-color css

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

 span { border-color: rgb(234,223,230); }

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