Html Css Color HEX #CBA5D2 Lilac

📋 copy color: '#CBA5D2'

red 203 ◦ green 165 ◦ blue 210

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

Shades of Lilac #CBA5D2

Tints of Lilac #CBA5D2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.55%

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 35.12%
G = 28.55%
B = 36.33%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA5D2 (or 0xCBA5D2) is known color: Lilac. HEX triplet: CB, A5 and D2. RGB value is (203,165,210). Sum of RGB (Red+Green+Blue) = 203+165+210=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5D2 is #345A2D. Grayscale: #B5B5B5. Windows color (decimal): -3430958 or 13805003. OLE color: 13805003.

HSL color Cylindrical-coordinate representation of color #CBA5D2: hue angle of 290.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA5D2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 165 210 -
CMYK 0.03 0.21 0 0.18
HSL 290.67º 0.33% 0.74% -
HSV(B) 290.67º 0.21% 0.82% -
XYZ 49.72 44.26 66.9 -
YUV 181.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 203 165 210 0.03 0.21 0 0.18 290.67 0.33 0.74
Hex CB A5 D2 3 15 0 12 123 21 4A
Octal 313 245 322 3 25 0 22 443 41 112
Binary 11001011 10100101 11010010 11 10101 0 10010 100100011 100001 1001010

Color Harmonies of #CBA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5D2

Black with #CBA5D2

Text Example


Text Example

White with #CBA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5D2; }

 p { color: rgb(203,165,210); }

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

background-color css

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

 a { background-color: rgb(203,165,210); }

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

border-color css

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

 span { border-color: rgb(203,165,210); }

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