Html Css Color HEX #CFADE6 Wisteria

📋 copy color: '#CFADE6'

red 207 ◦ green 173 ◦ blue 230

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

Shades of Wisteria #CFADE6

Tints of Wisteria #CFADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.36%

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 33.93%
G = 28.36%
B = 37.7%

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

#CFADE6 (or 0xCFADE6) is known color: Wisteria. HEX triplet: CF, AD and E6. RGB value is (207,173,230). Sum of RGB (Red+Green+Blue) = 207+173+230=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE6 is #305219. Grayscale: #BDBDBD. Windows color (decimal): -3166746 or 15117775. OLE color: 15117775.

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

Color convert

RGB 207 173 230 -
CMYK 0.10 0.25 0 0.10
HSL 275.79º 0.53% 0.79% -
HSV(B) 275.79º 0.25% 0.9% -
XYZ 54.96 48.87 81.4 -
YUV 189.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 207 173 230 0.10 0.25 0 0.10 275.79 0.53 0.79
Hex CF AD E6 A 19 0 A 114 35 4F
Octal 317 255 346 12 31 0 12 424 65 117
Binary 11001111 10101101 11100110 1010 11001 0 1010 100010100 110101 1001111

Color Harmonies of #CFADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADE6

Black with #CFADE6

Text Example


Text Example

White with #CFADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADE6; }

 p { color: rgb(207,173,230); }

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

background-color css

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

 a { background-color: rgb(207,173,230); }

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

border-color css

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

 span { border-color: rgb(207,173,230); }

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