Html Css Color HEX #CFAAE4 Wisteria

📋 copy color: '#CFAAE4'

red 207 ◦ green 170 ◦ blue 228

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

Shades of Wisteria #CFAAE4

Tints of Wisteria #CFAAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.69%

R = 34.21%
G = 28.1%
B = 37.69%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFAAE4 (or 0xCFAAE4) is known color: Wisteria. HEX triplet: CF, AA and E4. RGB value is (207,170,228). Sum of RGB (Red+Green+Blue) = 207+170+228=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAE4 is #30551B. Grayscale: #BBBBBB. Windows color (decimal): -3167516 or 14985935. OLE color: 14985935.

HSL color Cylindrical-coordinate representation of color #CFAAE4: hue angle of 278.28º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFAAE4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 170 228 -
CMYK 0.09 0.25 0 0.11
HSL 278.28º 0.52% 0.78% -
HSV(B) 278.28º 0.25% 0.89% -
XYZ 54.11 47.62 79.74 -
YUV 187.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 207 170 228 0.09 0.25 0 0.11 278.28 0.52 0.78
Hex CF AA E4 9 19 0 B 116 34 4E
Octal 317 252 344 11 31 0 13 426 64 116
Binary 11001111 10101010 11100100 1001 11001 0 1011 100010110 110100 1001110

Color Harmonies of #CFAAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAE4

Black with #CFAAE4

Text Example


Text Example

White with #CFAAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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