Html Css Color HEX #CCAEB8 Melanie

📋 copy color: '#CCAEB8'

red 204 ◦ green 174 ◦ blue 184

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

Shades of Melanie #CCAEB8

Tints of Melanie #CCAEB8

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

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

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

R = 36.3%
G = 30.96%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCAEB8 (or 0xCCAEB8) is known color: Melanie. HEX triplet: CC, AE and B8. RGB value is (204,174,184). Sum of RGB (Red+Green+Blue) = 204+174+184=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB8 is #335147. Grayscale: #B8B8B8. Windows color (decimal): -3363144 or 12103372. OLE color: 12103372.

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

Color convert

RGB 204 174 184 -
CMYK 0 0.15 0.10 0.2
HSL 340º 0.23% 0.74% -
HSV(B) 340º 0.15% 0.8% -
XYZ 48.69 46.57 51.77 -
YUV 184.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 204 174 184 0 0.15 0.10 0.2 340 0.23 0.74
Hex CC AE B8 0 F A 14 154 17 4A
Octal 314 256 270 0 17 12 24 524 27 112
Binary 11001100 10101110 10111000 0 1111 1010 10100 101010100 10111 1001010

Color Harmonies of #CCAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEB8

Black with #CCAEB8

Text Example


Text Example

White with #CCAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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