Html Css Color HEX #CEA2E4 Wisteria

📋 copy color: '#CEA2E4'

red 206 ◦ green 162 ◦ blue 228

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

Shades of Wisteria #CEA2E4

Tints of Wisteria #CEA2E4

RGB

 RED value IS 206 (80.86% from 255) = 34.56%

 GREEN value IS 162 (63.67% from 255) = 27.18%

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

R = 34.56%
G = 27.18%
B = 38.26%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEA2E4 (or 0xCEA2E4) is known color: Wisteria. HEX triplet: CE, A2 and E4. RGB value is (206,162,228). Sum of RGB (Red+Green+Blue) = 206+162+228=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2E4 is #315D1B. Grayscale: #B6B6B6. Windows color (decimal): -3235100 or 14983886. OLE color: 14983886.

HSL color Cylindrical-coordinate representation of color #CEA2E4: hue angle of 280º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA2E4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 162 228 -
CMYK 0.10 0.29 0 0.11
HSL 280º 0.55% 0.76% -
HSV(B) 280º 0.29% 0.89% -
XYZ 52.38 44.56 79.24 -
YUV 182.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 206 162 228 0.10 0.29 0 0.11 280 0.55 0.76
Hex CE A2 E4 A 1D 0 B 118 37 4C
Octal 316 242 344 12 35 0 13 430 67 114
Binary 11001110 10100010 11100100 1010 11101 0 1011 100011000 110111 1001100

Color Harmonies of #CEA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2E4

Black with #CEA2E4

Text Example


Text Example

White with #CEA2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2E4; }

 p { color: rgb(206,162,228); }

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

background-color css

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

 a { background-color: rgb(206,162,228); }

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

border-color css

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

 span { border-color: rgb(206,162,228); }

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