#CDAEAD

Color #CDAEAD Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CDAEAD

Tints of Cold Turkey #CDAEAD

Color information

#CDAEAD (or 0xCDAEAD) is unknown color: approx Cold Turkey. HEX triplet: CD, AE and AD. RGB value is (205,174,173). Sum of RGB (Red+Green+Blue) = 205+174+173=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAD is #325152. Grayscale: #B7B7B7. Windows color (decimal): -3297619 or 11382477. OLE color: 11382477.

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

Color convert

RGB205174173-
CMYK00.150.160.20
HSL1.88º24.24%74.12%-
HSV(B)1.88º15.61%80.39%-
XYZ47.8646.2745.94-
YUV183.16122.27143.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=37.14%
G=31.52%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517417300.150.160.201.8824.2474.12
HexCDAEAD0F10142184a
Octal3152562550172024230112
Binary11001101101011101010110101111100001010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEAD; }

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

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

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

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

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

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

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

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