#CEBDC0

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

Shades of Pink Flare #CEBDC0

Tints of Pink Flare #CEBDC0

Color information

#CEBDC0 (or 0xCEBDC0) is unknown color: approx Pink Flare. HEX triplet: CE, BD and C0. RGB value is (206,189,192). Sum of RGB (Red+Green+Blue) = 206+189+192=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC0 is #31423F. Grayscale: #C2C2C2. Windows color (decimal): -3228224 or 12631502. OLE color: 12631502.

HSL color Cylindrical-coordinate representation of color #CEBDC0: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBDC0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206189192-
CMYK00.080.070.19
HSL349.41º14.78%77.45%-
HSV(B)349.41º8.25%80.78%-
XYZ53.1753.3257.36-
YUV194.42126.63136.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=35.09%
G=32.20%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618919200.080.070.19349.4114.7877.45
HexCEBDC00871315df4d
Octal31627530001072353517115
Binary110011101011110111000000010001111001110101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDC0; }

 p { color: rgb(206,189,192); }

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

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

 a { background-color: rgb(206,189,192); }

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

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

 span { border-color: rgb(206,189,192); }

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