#CDADB2

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

Shades of Pink Flare #CDADB2

Tints of Pink Flare #CDADB2

Color information

#CDADB2 (or 0xCDADB2) is unknown color: approx Pink Flare. HEX triplet: CD, AD and B2. RGB value is (205,173,178). Sum of RGB (Red+Green+Blue) = 205+173+178=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADB2 is #32524D. Grayscale: #B7B7B7. Windows color (decimal): -3297870 or 11709901. OLE color: 11709901.

HSL color Cylindrical-coordinate representation of color #CDADB2: hue angle of 350.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDADB2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205173178-
CMYK00.160.130.20
HSL350.62º24.24%74.12%-
HSV(B)350.62º15.61%80.39%-
XYZ48.1646.0848.48-
YUV183.14125.1143.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=36.87%
G=31.12%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517317800.160.130.20350.6224.2474.12
HexCDADB2010D1415f184a
Octal315255262020152453730112
Binary110011011010110110110010010000110110100101011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB2; }

 p { color: rgb(205,173,178); }

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

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

 a { background-color: rgb(205,173,178); }

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

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

 span { border-color: rgb(205,173,178); }

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