#E6CFDA

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

Shades of Prim #E6CFDA

Tints of Prim #E6CFDA

Color information

#E6CFDA (or 0xE6CFDA) is unknown color: approx Prim. HEX triplet: E6, CF and DA. RGB value is (230,207,218). Sum of RGB (Red+Green+Blue) = 230+207+218=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDA is #193025. Grayscale: #D7D7D7. Windows color (decimal): -1650726 or 14340070. OLE color: 14340070.

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

Color convert

RGB230207218-
CMYK00.100.050.10
HSL331.3º31.51%85.69%-
HSV(B)331.3º10%90.2%-
XYZ67.666.5175.6-
YUV215.13129.62138.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=35.11%
G=31.60%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020721800.100.050.10331.331.5185.69
HexE6CFDA0A5A14b2056
Octal34631733201251251340126
Binary1110011011001111110110100101010110101010010111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFDA; }

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

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

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

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

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

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

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

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