Html Css Color HEX #CCACDF Wisteria

📋 copy color: '#CCACDF'

red 204 ◦ green 172 ◦ blue 223

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

Shades of Wisteria #CCACDF

Tints of Wisteria #CCACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.71%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 34.06%
G = 28.71%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCACDF (or 0xCCACDF) is known color: Wisteria. HEX triplet: CC, AC and DF. RGB value is (204,172,223). Sum of RGB (Red+Green+Blue) = 204+172+223=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDF is #335320. Grayscale: #BBBBBB. Windows color (decimal): -3363617 or 14658764. OLE color: 14658764.

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

Color convert

RGB 204 172 223 -
CMYK 0.09 0.23 0 0.13
HSL 277.65º 0.44% 0.77% -
HSV(B) 277.65º 0.23% 0.87% -
XYZ 52.97 47.67 76.22 -
YUV 187.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 204 172 223 0.09 0.23 0 0.13 277.65 0.44 0.77
Hex CC AC DF 9 17 0 D 116 2C 4D
Octal 314 254 337 11 27 0 15 426 54 115
Binary 11001100 10101100 11011111 1001 10111 0 1101 100010110 101100 1001101

Color Harmonies of #CCACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACDF

Black with #CCACDF

Text Example


Text Example

White with #CCACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACDF; }

 p { color: rgb(204,172,223); }

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

background-color css

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

 a { background-color: rgb(204,172,223); }

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

border-color css

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

 span { border-color: rgb(204,172,223); }

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