Html Css Color HEX #CFABCC Lilac

📋 copy color: '#CFABCC'

red 207 ◦ green 171 ◦ blue 204

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

Shades of Lilac #CFABCC

Tints of Lilac #CFABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 35.57%
G = 29.38%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFABCC (or 0xCFABCC) is known color: Lilac. HEX triplet: CF, AB and CC. RGB value is (207,171,204). Sum of RGB (Red+Green+Blue) = 207+171+204=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABCC is #305433. Grayscale: #B9B9B9. Windows color (decimal): -3167284 or 13413327. OLE color: 13413327.

HSL color Cylindrical-coordinate representation of color #CFABCC: hue angle of 305º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABCC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 204 -
CMYK 0 0.17 0.01 0.19
HSL 305º 0.27% 0.74% -
HSV(B) 305º 0.17% 0.81% -
XYZ 51.19 46.75 63.45 -
YUV 185.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 207 171 204 0 0.17 0.01 0.19 305 0.27 0.74
Hex CF AB CC 0 11 1 13 131 1B 4A
Octal 317 253 314 0 21 1 23 461 33 112
Binary 11001111 10101011 11001100 0 10001 1 10011 100110001 11011 1001010

Color Harmonies of #CFABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABCC

Black with #CFABCC

Text Example


Text Example

White with #CFABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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