Html Css Color HEX #CCACDE Wisteria

📋 copy color: '#CCACDE'

red 204 ◦ green 172 ◦ blue 222

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

Shades of Wisteria #CCACDE

Tints of Wisteria #CCACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 34.11%
G = 28.76%
B = 37.12%

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

#CCACDE (or 0xCCACDE) is known color: Wisteria. HEX triplet: CC, AC and DE. RGB value is (204,172,222). Sum of RGB (Red+Green+Blue) = 204+172+222=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDE is #335321. Grayscale: #BBBBBB. Windows color (decimal): -3363618 or 14593228. OLE color: 14593228.

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

Color convert

RGB 204 172 222 -
CMYK 0.08 0.23 0 0.13
HSL 278.4º 0.43% 0.77% -
HSV(B) 278.4º 0.23% 0.87% -
XYZ 52.84 47.62 75.51 -
YUV 187.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 204 172 222 0.08 0.23 0 0.13 278.4 0.43 0.77
Hex CC AC DE 8 17 0 D 116 2B 4D
Octal 314 254 336 10 27 0 15 426 53 115
Binary 11001100 10101100 11011110 1000 10111 0 1101 100010110 101011 1001101

Color Harmonies of #CCACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACDE

Black with #CCACDE

Text Example


Text Example

White with #CCACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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