#CE7BB4

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

Shades of Lily #CE7BB4

Tints of Lily #CE7BB4

Color information

#CE7BB4 (or 0xCE7BB4) is unknown color: approx Lily. HEX triplet: CE, 7B and B4. RGB value is (206,123,180). Sum of RGB (Red+Green+Blue) = 206+123+180=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BB4 is #31844B. Grayscale: #9A9A9A. Windows color (decimal): -3245132 or 11828174. OLE color: 11828174.

HSL color Cylindrical-coordinate representation of color #CE7BB4: hue angle of 318.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BB4 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206123180-
CMYK00.400.130.19
HSL318.8º45.86%64.51%-
HSV(B)318.8º40.29%80.78%-
XYZ40.7730.5846.93-
YUV154.32142.5164.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=40.47%
G=24.17%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612318000.400.130.19318.845.8664.51
HexCE7BB4028D1313f2e41
Octal316173264050152347756101
Binary1100111011110111011010001010001101100111001111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BB4; }

 p { color: rgb(206,123,180); }

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

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

 a { background-color: rgb(206,123,180); }

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

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

 span { border-color: rgb(206,123,180); }

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