Html Css Color HEX #CBA8CF Lilac

📋 copy color: '#CBA8CF'

red 203 ◦ green 168 ◦ blue 207

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

Shades of Lilac #CBA8CF

Tints of Lilac #CBA8CF

RGB

 RED value IS 203 (79.69% from 255) = 35.12%

 GREEN value IS 168 (66.02% from 255) = 29.07%

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

R = 35.12%
G = 29.07%
B = 35.81%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBA8CF (or 0xCBA8CF) is known color: Lilac. HEX triplet: CB, A8 and CF. RGB value is (203,168,207). Sum of RGB (Red+Green+Blue) = 203+168+207=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8CF is #345730. Grayscale: #B6B6B6. Windows color (decimal): -3430193 or 13609163. OLE color: 13609163.

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

Color convert

RGB 203 168 207 -
CMYK 0.02 0.19 0 0.19
HSL 293.85º 0.29% 0.74% -
HSV(B) 293.85º 0.19% 0.81% -
XYZ 49.89 45.21 65.13 -
YUV 182.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 203 168 207 0.02 0.19 0 0.19 293.85 0.29 0.74
Hex CB A8 CF 2 13 0 13 126 1D 4A
Octal 313 250 317 2 23 0 23 446 35 112
Binary 11001011 10101000 11001111 10 10011 0 10011 100100110 11101 1001010

Color Harmonies of #CBA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8CF

Black with #CBA8CF

Text Example


Text Example

White with #CBA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8CF; }

 p { color: rgb(203,168,207); }

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

background-color css

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

 a { background-color: rgb(203,168,207); }

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

border-color css

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

 span { border-color: rgb(203,168,207); }

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