#CDBBBE

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

Shades of Pink Flare #CDBBBE

Tints of Pink Flare #CDBBBE

Color information

#CDBBBE (or 0xCDBBBE) is unknown color: approx Pink Flare. HEX triplet: CD, BB and BE. RGB value is (205,187,190). Sum of RGB (Red+Green+Blue) = 205+187+190=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBBE is #324441. Grayscale: #C0C0C0. Windows color (decimal): -3294274 or 12499917. OLE color: 12499917.

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

Color convert

RGB205187190-
CMYK00.090.070.20
HSL350º15.25%76.86%-
HSV(B)350º8.78%80.39%-
XYZ52.2452.2456.04-
YUV192.72126.46136.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=35.22%
G=32.13%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518719000.090.070.2035015.2576.86
HexCDBBBE0971415ef4d
Octal31527327601172453617115
Binary110011011011101110111110010011111010010101111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBBE; }

 p { color: rgb(205,187,190); }

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

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

 a { background-color: rgb(205,187,190); }

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

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

 span { border-color: rgb(205,187,190); }

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