#CDADB4

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

Shades of Pink Flare #CDADB4

Tints of Pink Flare #CDADB4

Color information

#CDADB4 (or 0xCDADB4) is unknown color: approx Pink Flare. HEX triplet: CD, AD and B4. RGB value is (205,173,180). Sum of RGB (Red+Green+Blue) = 205+173+180=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB4 is #32524B. Grayscale: #B7B7B7. Windows color (decimal): -3297868 or 11840973. OLE color: 11840973.

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

Color convert

RGB205173180-
CMYK00.160.120.20
HSL346.88º24.24%74.12%-
HSV(B)346.88º15.61%80.39%-
XYZ48.3646.1649.54-
YUV183.37126.1143.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=36.74%
G=31.00%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517318000.160.120.20346.8824.2474.12
HexCDADB4010C1415b184a
Octal315255264020142453330112
Binary110011011010110110110100010000110010100101011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB4; }

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

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

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

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

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

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

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

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