Html Css Color HEX #CFABE5 Wisteria

📋 copy color: '#CFABE5'

red 207 ◦ green 171 ◦ blue 229

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

Shades of Wisteria #CFABE5

Tints of Wisteria #CFABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 34.1%
G = 28.17%
B = 37.73%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFABE5 (or 0xCFABE5) is known color: Wisteria. HEX triplet: CF, AB and E5. RGB value is (207,171,229). Sum of RGB (Red+Green+Blue) = 207+171+229=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABE5 is #30541A. Grayscale: #BCBCBC. Windows color (decimal): -3167259 or 15051727. OLE color: 15051727.

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

Color convert

RGB 207 171 229 -
CMYK 0.10 0.25 0 0.10
HSL 277.24º 0.53% 0.78% -
HSV(B) 277.24º 0.25% 0.9% -
XYZ 54.44 48.05 80.53 -
YUV 188.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 207 171 229 0.10 0.25 0 0.10 277.24 0.53 0.78
Hex CF AB E5 A 19 0 A 115 35 4E
Octal 317 253 345 12 31 0 12 425 65 116
Binary 11001111 10101011 11100101 1010 11001 0 1010 100010101 110101 1001110

Color Harmonies of #CFABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABE5

Black with #CFABE5

Text Example


Text Example

White with #CFABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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