Html Css Color HEX #CFAAE6 Wisteria

📋 copy color: '#CFAAE6'

red 207 ◦ green 170 ◦ blue 230

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

Shades of Wisteria #CFAAE6

Tints of Wisteria #CFAAE6

RGB

 RED value IS 207 (81.25% from 255) = 34.1%

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 34.1%
G = 28.01%
B = 37.89%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFAAE6 (or 0xCFAAE6) is known color: Wisteria. HEX triplet: CF, AA and E6. RGB value is (207,170,230). Sum of RGB (Red+Green+Blue) = 207+170+230=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAE6 is #305519. Grayscale: #BBBBBB. Windows color (decimal): -3167514 or 15117007. OLE color: 15117007.

HSL color Cylindrical-coordinate representation of color #CFAAE6: hue angle of 277º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAAE6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 170 230 -
CMYK 0.10 0.26 0 0.10
HSL 277º 0.55% 0.78% -
HSV(B) 277º 0.26% 0.9% -
XYZ 54.39 47.73 81.21 -
YUV 187.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 207 170 230 0.10 0.26 0 0.10 277 0.55 0.78
Hex CF AA E6 A 1A 0 A 115 37 4E
Octal 317 252 346 12 32 0 12 425 67 116
Binary 11001111 10101010 11100110 1010 11010 0 1010 100010101 110111 1001110

Color Harmonies of #CFAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAE6

Black with #CFAAE6

Text Example


Text Example

White with #CFAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAE6; }

 p { color: rgb(207,170,230); }

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

background-color css

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

 a { background-color: rgb(207,170,230); }

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

border-color css

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

 span { border-color: rgb(207,170,230); }

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