Html Css Color HEX #CDAEB8 Melanie

📋 copy color: '#CDAEB8'

red 205 ◦ green 174 ◦ blue 184

#CDAEB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #CDAEB8

Tints of Melanie #CDAEB8

RGB

 RED value IS 205 (80.47% from 255) = 36.41%

 GREEN value IS 174 (68.36% from 255) = 30.91%

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 36.41%
G = 30.91%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDAEB8 (or 0xCDAEB8) is known color: Melanie. HEX triplet: CD, AE and B8. RGB value is (205,174,184). Sum of RGB (Red+Green+Blue) = 205+174+184=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB8 is #325147. Grayscale: #B8B8B8. Windows color (decimal): -3297608 or 12103373. OLE color: 12103373.

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

Color convert

RGB 205 174 184 -
CMYK 0 0.15 0.10 0.20
HSL 340.65º 0.24% 0.74% -
HSV(B) 340.65º 0.15% 0.8% -
XYZ 48.96 46.71 51.78 -
YUV 184.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 205 174 184 0 0.15 0.10 0.20 340.65 0.24 0.74
Hex CD AE B8 0 F A 14 155 18 4A
Octal 315 256 270 0 17 12 24 525 30 112
Binary 11001101 10101110 10111000 0 1111 1010 10100 101010101 11000 1001010

Color Harmonies of #CDAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEB8

Black with #CDAEB8

Text Example


Text Example

White with #CDAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEB8; }

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

 H1.HeaderClassName
 {
   color: #CDAEB8;
 }
 .AnyTagClassName
 {
   color: #CDAEB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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