#CDAFB5

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

Shades of Pink Flare #CDAFB5

Tints of Pink Flare #CDAFB5

Color information

#CDAFB5 (or 0xCDAFB5) is unknown color: approx Pink Flare. HEX triplet: CD, AF and B5. RGB value is (205,175,181). Sum of RGB (Red+Green+Blue) = 205+175+181=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFB5 is #32504A. Grayscale: #B8B8B8. Windows color (decimal): -3297355 or 11907021. OLE color: 11907021.

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

Color convert

RGB205175181-
CMYK00.150.120.20
HSL348º23.08%74.51%-
HSV(B)348º14.63%80.39%-
XYZ48.8546.9850.21-
YUV184.65125.94142.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=36.54%
G=31.19%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517518100.150.120.2034823.0874.51
HexCDAFB50FC1415c174b
Octal315257265017142453427113
Binary11001101101011111011010101111110010100101011100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFB5; }

 p { color: rgb(205,175,181); }

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

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

 a { background-color: rgb(205,175,181); }

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

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

 span { border-color: rgb(205,175,181); }

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