#CDADB6

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

Shades of Pink Flare #CDADB6

Tints of Pink Flare #CDADB6

Color information

#CDADB6 (or 0xCDADB6) is unknown color: approx Pink Flare. HEX triplet: CD, AD and B6. RGB value is (205,173,182). Sum of RGB (Red+Green+Blue) = 205+173+182=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB6 is #325249. Grayscale: #B7B7B7. Windows color (decimal): -3297866 or 11972045. OLE color: 11972045.

HSL color Cylindrical-coordinate representation of color #CDADB6: hue angle of 343.12º 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 #CDADB6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205173182-
CMYK00.160.110.20
HSL343.12º24.24%74.12%-
HSV(B)343.12º15.61%80.39%-
XYZ48.5646.2450.62-
YUV183.59127.1143.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=36.61%
G=30.89%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517318200.160.110.20343.1224.2474.12
HexCDADB6010B14157184a
Octal315255266020132452730112
Binary110011011010110110110110010000101110100101010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB6; }

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

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

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

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

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

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

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

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