Html Css Color HEX #CCABDD Wisteria

📋 copy color: '#CCABDD'

red 204 ◦ green 171 ◦ blue 221

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

Shades of Wisteria #CCABDD

Tints of Wisteria #CCABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.69%

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

R = 34.23%
G = 28.69%
B = 37.08%

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

#CCABDD (or 0xCCABDD) is known color: Wisteria. HEX triplet: CC, AB and DD. RGB value is (204,171,221). Sum of RGB (Red+Green+Blue) = 204+171+221=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDD is #335422. Grayscale: #BABABA. Windows color (decimal): -3363875 or 14527436. OLE color: 14527436.

HSL color Cylindrical-coordinate representation of color #CCABDD: hue angle of 279.6º degrees, saturation: 0.42, 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 #CCABDD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 171 221 -
CMYK 0.08 0.23 0 0.13
HSL 279.6º 0.42% 0.77% -
HSV(B) 279.6º 0.23% 0.87% -
XYZ 52.52 47.18 74.75 -
YUV 186.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 204 171 221 0.08 0.23 0 0.13 279.6 0.42 0.77
Hex CC AB DD 8 17 0 D 118 2A 4D
Octal 314 253 335 10 27 0 15 430 52 115
Binary 11001100 10101011 11011101 1000 10111 0 1101 100011000 101010 1001101

Color Harmonies of #CCABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABDD

Black with #CCABDD

Text Example


Text Example

White with #CCABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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