Html Css Color HEX #CF9ED4 Lilac

📋 copy color: '#CF9ED4'

red 207 ◦ green 158 ◦ blue 212

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

Shades of Lilac #CF9ED4

Tints of Lilac #CF9ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.38%

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 35.88%
G = 27.38%
B = 36.74%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF9ED4 (or 0xCF9ED4) is known color: Lilac. HEX triplet: CF, 9E and D4. RGB value is (207,158,212). Sum of RGB (Red+Green+Blue) = 207+158+212=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ED4 is #30612B. Grayscale: #B2B2B2. Windows color (decimal): -3170604 or 13934287. OLE color: 13934287.

HSL color Cylindrical-coordinate representation of color #CF9ED4: hue angle of 294.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9ED4 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 158 212 -
CMYK 0.02 0.25 0 0.17
HSL 294.44º 0.39% 0.73% -
HSV(B) 294.44º 0.25% 0.83% -
XYZ 49.84 42.47 67.86 -
YUV 178.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 207 158 212 0.02 0.25 0 0.17 294.44 0.39 0.73
Hex CF 9E D4 2 19 0 11 126 27 49
Octal 317 236 324 2 31 0 21 446 47 111
Binary 11001111 10011110 11010100 10 11001 0 10001 100100110 100111 1001001

Color Harmonies of #CF9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9ED4

Black with #CF9ED4

Text Example


Text Example

White with #CF9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9ED4; }

 p { color: rgb(207,158,212); }

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

background-color css

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

 a { background-color: rgb(207,158,212); }

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

border-color css

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

 span { border-color: rgb(207,158,212); }

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