Html Css Color HEX #E6DDDF Pale Rose

📋 copy color: '#E6DDDF'

red 230 ◦ green 221 ◦ blue 223

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

Shades of Pale Rose #E6DDDF

Tints of Pale Rose #E6DDDF

RGB

 RED value IS 230 (90.23% from 255) = 34.12%

 GREEN value IS 221 (86.72% from 255) = 32.79%

 BLUE value IS 223 (87.5% from 255) = 33.09%

R = 34.12%
G = 32.79%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6DDDF (or 0xE6DDDF) is known color: Pale Rose. HEX triplet: E6, DD and DF. RGB value is (230,221,223). Sum of RGB (Red+Green+Blue) = 230+221+223=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDDF is #192220. Grayscale: #DFDFDF. Windows color (decimal): -1647137 or 14671334. OLE color: 14671334.

HSL color Cylindrical-coordinate representation of color #E6DDDF: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DDDF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 221 223 -
CMYK 0 0.04 0.03 0.10
HSL 346.67º 0.15% 0.88% -
HSV(B) 346.67º 0.04% 0.9% -
XYZ 71.81 73.86 80.28 -
YUV 223.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 230 221 223 0 0.04 0.03 0.10 346.67 0.15 0.88
Hex E6 DD DF 0 4 3 A 15B F 58
Octal 346 335 337 0 4 3 12 533 17 130
Binary 11100110 11011101 11011111 0 100 11 1010 101011011 1111 1011000

Color Harmonies of #E6DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DDDF

Black with #E6DDDF

Text Example


Text Example

White with #E6DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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