Html Css Color HEX #CCAADD Wisteria

📋 copy color: '#CCAADD'

red 204 ◦ green 170 ◦ blue 221

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

Shades of Wisteria #CCAADD

Tints of Wisteria #CCAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.57%

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 34.29%
G = 28.57%
B = 37.14%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCAADD (or 0xCCAADD) is known color: Wisteria. HEX triplet: CC, AA and DD. RGB value is (204,170,221). Sum of RGB (Red+Green+Blue) = 204+170+221=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAADD is #335522. Grayscale: #B9B9B9. Windows color (decimal): -3364131 or 14527180. OLE color: 14527180.

HSL color Cylindrical-coordinate representation of color #CCAADD: hue angle of 280º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAADD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 170 221 -
CMYK 0.08 0.23 0 0.13
HSL 280º 0.43% 0.77% -
HSV(B) 280º 0.23% 0.87% -
XYZ 52.33 46.81 74.68 -
YUV 185.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 204 170 221 0.08 0.23 0 0.13 280 0.43 0.77
Hex CC AA DD 8 17 0 D 118 2B 4D
Octal 314 252 335 10 27 0 15 430 53 115
Binary 11001100 10101010 11011101 1000 10111 0 1101 100011000 101011 1001101

Color Harmonies of #CCAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAADD

Black with #CCAADD

Text Example


Text Example

White with #CCAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAADD; }

 p { color: rgb(204,170,221); }

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

background-color css

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

 a { background-color: rgb(204,170,221); }

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

border-color css

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

 span { border-color: rgb(204,170,221); }

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