#CDADB3

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

Shades of Pink Flare #CDADB3

Tints of Pink Flare #CDADB3

Color information

#CDADB3 (or 0xCDADB3) is unknown color: approx Pink Flare. HEX triplet: CD, AD and B3. RGB value is (205,173,179). Sum of RGB (Red+Green+Blue) = 205+173+179=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB3 is #32524C. Grayscale: #B7B7B7. Windows color (decimal): -3297869 or 11775437. OLE color: 11775437.

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

Color convert

RGB205173179-
CMYK00.160.130.20
HSL348.75º24.24%74.12%-
HSV(B)348.75º15.61%80.39%-
XYZ48.2646.1249.01-
YUV183.25125.6143.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=36.80%
G=31.06%
B=32.14%

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
Decimal20517317900.160.130.20348.7524.2474.12
HexCDADB3010D1415d184a
Octal315255263020152453530112
Binary110011011010110110110011010000110110100101011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB3; }

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

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

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

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

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

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

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

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