Html Css Color HEX #CFABE2 Wisteria

📋 copy color: '#CFABE2'

red 207 ◦ green 171 ◦ blue 226

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

Shades of Wisteria #CFABE2

Tints of Wisteria #CFABE2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.31%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 34.27%
G = 28.31%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFABE2 (or 0xCFABE2) is known color: Wisteria. HEX triplet: CF, AB and E2. RGB value is (207,171,226). Sum of RGB (Red+Green+Blue) = 207+171+226=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABE2 is #30541D. Grayscale: #BBBBBB. Windows color (decimal): -3167262 or 14855119. OLE color: 14855119.

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

Color convert

RGB 207 171 226 -
CMYK 0.08 0.24 0 0.11
HSL 279.27º 0.49% 0.78% -
HSV(B) 279.27º 0.24% 0.89% -
XYZ 54.02 47.88 78.35 -
YUV 188.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 207 171 226 0.08 0.24 0 0.11 279.27 0.49 0.78
Hex CF AB E2 8 18 0 B 117 31 4E
Octal 317 253 342 10 30 0 13 427 61 116
Binary 11001111 10101011 11100010 1000 11000 0 1011 100010111 110001 1001110

Color Harmonies of #CFABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABE2

Black with #CFABE2

Text Example


Text Example

White with #CFABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABE2; }

 p { color: rgb(207,171,226); }

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

background-color css

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

 a { background-color: rgb(207,171,226); }

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

border-color css

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

 span { border-color: rgb(207,171,226); }

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