Html Css Color HEX #CFAADA Wisteria

📋 copy color: '#CFAADA'

red 207 ◦ green 170 ◦ blue 218

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

Shades of Wisteria #CFAADA

Tints of Wisteria #CFAADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 34.79%
G = 28.57%
B = 36.64%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFAADA (or 0xCFAADA) is known color: Wisteria. HEX triplet: CF, AA and DA. RGB value is (207,170,218). Sum of RGB (Red+Green+Blue) = 207+170+218=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAADA is #305525. Grayscale: #BABABA. Windows color (decimal): -3167526 or 14330575. OLE color: 14330575.

HSL color Cylindrical-coordinate representation of color #CFAADA: hue angle of 286.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAADA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 170 218 -
CMYK 0.05 0.22 0 0.15
HSL 286.25º 0.39% 0.76% -
HSV(B) 286.25º 0.22% 0.85% -
XYZ 52.76 47.08 72.64 -
YUV 186.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 207 170 218 0.05 0.22 0 0.15 286.25 0.39 0.76
Hex CF AA DA 5 16 0 F 11E 27 4C
Octal 317 252 332 5 26 0 17 436 47 114
Binary 11001111 10101010 11011010 101 10110 0 1111 100011110 100111 1001100

Color Harmonies of #CFAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAADA

Black with #CFAADA

Text Example


Text Example

White with #CFAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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