#E6CDDB

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

Shades of Prim #E6CDDB

Tints of Prim #E6CDDB

Color information

#E6CDDB (or 0xE6CDDB) is unknown color: approx Prim. HEX triplet: E6, CD and DB. RGB value is (230,205,219). Sum of RGB (Red+Green+Blue) = 230+205+219=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDB is #193224. Grayscale: #D6D6D6. Windows color (decimal): -1651237 or 14405094. OLE color: 14405094.

HSL color Cylindrical-coordinate representation of color #E6CDDB: hue angle of 326.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CDDB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230205219-
CMYK00.110.050.10
HSL326.4º33.33%85.29%-
HSV(B)326.4º10.87%90.2%-
XYZ67.2565.676.14-
YUV214.07130.78139.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=35.17%
G=31.35%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020521900.110.050.10326.433.3385.29
HexE6CDDB0B5A1462155
Octal34631533301351250641125
Binary1110011011001101110110110101110110101010001101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDDB; }

 p { color: rgb(230,205,219); }

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

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

 a { background-color: rgb(230,205,219); }

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

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

 span { border-color: rgb(230,205,219); }

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