#E6CFDD

Color #E6CFDD Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #E6CFDD

Tints of Prim #E6CFDD

Color information

#E6CFDD (or 0xE6CFDD) is unknown color: approx Prim. HEX triplet: E6, CF and DD. RGB value is (230,207,221). Sum of RGB (Red+Green+Blue) = 230+207+221=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDD is #193022. Grayscale: #D7D7D7. Windows color (decimal): -1650723 or 14536678. OLE color: 14536678.

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

Color convert

RGB230207221-
CMYK00.100.040.10
HSL323.48º31.51%85.69%-
HSV(B)323.48º10%90.2%-
XYZ6866.6777.69-
YUV215.47131.12138.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=34.95%
G=31.46%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020722100.100.040.10323.4831.5185.69
HexE6CFDD0A4A1432056
Octal34631733501241250340126
Binary1110011011001111110111010101010010101010000111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFDD; }

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

 H1.HeaderClassName
 {
   color: #E6CFDD;
 }
 .AnyTagClassName
 {
   color: #E6CFDD;
 }
</style>
background-color css

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

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

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

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

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

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