Html Css Color HEX #CDAFBA Melanie

📋 copy color: '#CDAFBA'

red 205 ◦ green 175 ◦ blue 186

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

Shades of Melanie #CDAFBA

Tints of Melanie #CDAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.92%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 36.22%
G = 30.92%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDAFBA (or 0xCDAFBA) is known color: Melanie. HEX triplet: CD, AF and BA. RGB value is (205,175,186). Sum of RGB (Red+Green+Blue) = 205+175+186=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFBA is #325045. Grayscale: #B9B9B9. Windows color (decimal): -3297350 or 12234701. OLE color: 12234701.

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

Color convert

RGB 205 175 186 -
CMYK 0 0.15 0.09 0.20
HSL 338º 0.23% 0.75% -
HSV(B) 338º 0.15% 0.8% -
XYZ 49.37 47.18 52.96 -
YUV 185.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 205 175 186 0 0.15 0.09 0.20 338 0.23 0.75
Hex CD AF BA 0 F 9 14 152 17 4B
Octal 315 257 272 0 17 11 24 522 27 113
Binary 11001101 10101111 10111010 0 1111 1001 10100 101010010 10111 1001011

Color Harmonies of #CDAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFBA

Black with #CDAFBA

Text Example


Text Example

White with #CDAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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