Html Css Color HEX #CFADD0 Lilac

📋 copy color: '#CFADD0'

red 207 ◦ green 173 ◦ blue 208

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

Shades of Lilac #CFADD0

Tints of Lilac #CFADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.42%

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 35.2%
G = 29.42%
B = 35.37%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFADD0 (or 0xCFADD0) is known color: Lilac. HEX triplet: CF, AD and D0. RGB value is (207,173,208). Sum of RGB (Red+Green+Blue) = 207+173+208=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD0 is #30522F. Grayscale: #BBBBBB. Windows color (decimal): -3166768 or 13675983. OLE color: 13675983.

HSL color Cylindrical-coordinate representation of color #CFADD0: hue angle of 298.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFADD0 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 173 208 -
CMYK 0.00 0.17 0 0.18
HSL 298.29º 0.27% 0.75% -
HSV(B) 298.29º 0.17% 0.82% -
XYZ 52.06 47.71 66.14 -
YUV 187.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 207 173 208 0.00 0.17 0 0.18 298.29 0.27 0.75
Hex CF AD D0 0 11 0 12 12A 1B 4B
Octal 317 255 320 0 21 0 22 452 33 113
Binary 11001111 10101101 11010000 0 10001 0 10010 100101010 11011 1001011

Color Harmonies of #CFADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADD0

Black with #CFADD0

Text Example


Text Example

White with #CFADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADD0; }

 p { color: rgb(207,173,208); }

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

background-color css

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

 a { background-color: rgb(207,173,208); }

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

border-color css

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

 span { border-color: rgb(207,173,208); }

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