Html Css Color HEX #DCAFCF French Lilac

📋 copy color: '#DCAFCF'

red 220 ◦ green 175 ◦ blue 207

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

Shades of French Lilac #DCAFCF

Tints of French Lilac #DCAFCF

RGB

 RED value IS 220 (86.33% from 255) = 36.54%

 GREEN value IS 175 (68.75% from 255) = 29.07%

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

R = 36.54%
G = 29.07%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCAFCF (or 0xDCAFCF) is known color: French Lilac. HEX triplet: DC, AF and CF. RGB value is (220,175,207). Sum of RGB (Red+Green+Blue) = 220+175+207=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFCF is #235030. Grayscale: #C0C0C0. Windows color (decimal): -2314289 or 13610972. OLE color: 13610972.

HSL color Cylindrical-coordinate representation of color #DCAFCF: hue angle of 317.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFCF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 207 -
CMYK 0 0.20 0.06 0.14
HSL 317.33º 0.39% 0.77% -
HSV(B) 317.33º 0.2% 0.86% -
XYZ 56.11 50.38 65.8 -
YUV 192.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 220 175 207 0 0.20 0.06 0.14 317.33 0.39 0.77
Hex DC AF CF 0 14 6 E 13D 27 4D
Octal 334 257 317 0 24 6 16 475 47 115
Binary 11011100 10101111 11001111 0 10100 110 1110 100111101 100111 1001101

Color Harmonies of #DCAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFCF

Black with #DCAFCF

Text Example


Text Example

White with #DCAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFCF; }

 p { color: rgb(220,175,207); }

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

background-color css

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

 a { background-color: rgb(220,175,207); }

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

border-color css

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

 span { border-color: rgb(220,175,207); }

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