Html Css Color HEX #CCABCF Lilac

📋 copy color: '#CCABCF'

red 204 ◦ green 171 ◦ blue 207

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

Shades of Lilac #CCABCF

Tints of Lilac #CCABCF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CCABCF: hue angle of 295º 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 #CCABCF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 171 207 -
CMYK 0.01 0.17 0 0.19
HSL 295º 0.27% 0.74% -
HSV(B) 295º 0.17% 0.81% -
XYZ 50.73 46.47 65.33 -
YUV 184.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 204 171 207 0.01 0.17 0 0.19 295 0.27 0.74
Hex CC AB CF 1 11 0 13 127 1B 4A
Octal 314 253 317 1 21 0 23 447 33 112
Binary 11001100 10101011 11001111 1 10001 0 10011 100100111 11011 1001010

Color Harmonies of #CCABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABCF

Black with #CCABCF

Text Example


Text Example

White with #CCABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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