Html Css Color HEX #CFB0D1 Lilac

📋 copy color: '#CFB0D1'

red 207 ◦ green 176 ◦ blue 209

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

Shades of Lilac #CFB0D1

Tints of Lilac #CFB0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.73%

 BLUE value IS 209 (82.03% from 255) = 35.3%

R = 34.97%
G = 29.73%
B = 35.3%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB0D1 (or 0xCFB0D1) is known color: Lilac. HEX triplet: CF, B0 and D1. RGB value is (207,176,209). Sum of RGB (Red+Green+Blue) = 207+176+209=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0D1 is #304F2E. Grayscale: #BCBCBC. Windows color (decimal): -3165999 or 13742287. OLE color: 13742287.

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

Color convert

RGB 207 176 209 -
CMYK 0.01 0.16 0 0.18
HSL 296.36º 0.26% 0.75% -
HSV(B) 296.36º 0.16% 0.82% -
XYZ 52.77 48.92 66.98 -
YUV 189.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 207 176 209 0.01 0.16 0 0.18 296.36 0.26 0.75
Hex CF B0 D1 1 10 0 12 128 1A 4B
Octal 317 260 321 1 20 0 22 450 32 113
Binary 11001111 10110000 11010001 1 10000 0 10010 100101000 11010 1001011

Color Harmonies of #CFB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0D1

Black with #CFB0D1

Text Example


Text Example

White with #CFB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0D1; }

 p { color: rgb(207,176,209); }

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

background-color css

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

 a { background-color: rgb(207,176,209); }

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

border-color css

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

 span { border-color: rgb(207,176,209); }

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