#CEBDBE

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

Shades of Pink Flare #CEBDBE

Tints of Pink Flare #CEBDBE

Color information

#CEBDBE (or 0xCEBDBE) is unknown color: approx Pink Flare. HEX triplet: CE, BD and BE. RGB value is (206,189,190). Sum of RGB (Red+Green+Blue) = 206+189+190=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBE is #314241. Grayscale: #C2C2C2. Windows color (decimal): -3228226 or 12500430. OLE color: 12500430.

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

Color convert

RGB206189190-
CMYK00.080.080.19
HSL356.47º14.78%77.45%-
HSV(B)356.47º8.25%80.78%-
XYZ52.9553.2356.2-
YUV194.2125.63136.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=35.21%
G=32.31%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618919000.080.080.19356.4714.7877.45
HexCEBDBE08813164f4d
Octal316275276010102354417115
Binary1100111010111101101111100100010001001110110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDBE; }

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

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

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

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

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

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

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

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