#CDAEAF

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

Shades of Pink Flare #CDAEAF

Tints of Pink Flare #CDAEAF

Color information

#CDAEAF (or 0xCDAEAF) is unknown color: approx Pink Flare. HEX triplet: CD, AE and AF. RGB value is (205,174,175). Sum of RGB (Red+Green+Blue) = 205+174+175=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAF is #325150. Grayscale: #B7B7B7. Windows color (decimal): -3297617 or 11513549. OLE color: 11513549.

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

Color convert

RGB205174175-
CMYK00.150.150.20
HSL358.06º23.66%74.31%-
HSV(B)358.06º15.12%80.39%-
XYZ48.0546.3546.97-
YUV183.38123.27143.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=37.00%
G=31.41%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517417500.150.150.20358.0623.6674.31
HexCDAEAF0FF14166184a
Octal315256257017172454630112
Binary11001101101011101010111101111111110100101100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEAF; }

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

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

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

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

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

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

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

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