Html Css Color HEX #CFAAEB Wisteria

📋 copy color: '#CFAAEB'

red 207 ◦ green 170 ◦ blue 235

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

Shades of Wisteria #CFAAEB

Tints of Wisteria #CFAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 33.82%
G = 27.78%
B = 38.4%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFAAEB (or 0xCFAAEB) is known color: Wisteria. HEX triplet: CF, AA and EB. RGB value is (207,170,235). Sum of RGB (Red+Green+Blue) = 207+170+235=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAEB is #305514. Grayscale: #BCBCBC. Windows color (decimal): -3167509 or 15444687. OLE color: 15444687.

HSL color Cylindrical-coordinate representation of color #CFAAEB: hue angle of 274.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFAAEB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 170 235 -
CMYK 0.12 0.28 0 0.08
HSL 274.15º 0.62% 0.79% -
HSV(B) 274.15º 0.28% 0.92% -
XYZ 55.1 48.01 84.96 -
YUV 188.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 207 170 235 0.12 0.28 0 0.08 274.15 0.62 0.79
Hex CF AA EB C 1C 0 8 112 3E 4F
Octal 317 252 353 14 34 0 10 422 76 117
Binary 11001111 10101010 11101011 1100 11100 0 1000 100010010 111110 1001111

Color Harmonies of #CFAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAEB

Black with #CFAAEB

Text Example


Text Example

White with #CFAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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