Html Css Color HEX #CBAAD0 Lilac

📋 copy color: '#CBAAD0'

red 203 ◦ green 170 ◦ blue 208

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

Shades of Lilac #CBAAD0

Tints of Lilac #CBAAD0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

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

R = 34.94%
G = 29.26%
B = 35.8%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBAAD0 (or 0xCBAAD0) is known color: Lilac. HEX triplet: CB, AA and D0. RGB value is (203,170,208). Sum of RGB (Red+Green+Blue) = 203+170+208=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD0 is #34552F. Grayscale: #B8B8B8. Windows color (decimal): -3429680 or 13675211. OLE color: 13675211.

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

Color convert

RGB 203 170 208 -
CMYK 0.02 0.18 0 0.18
HSL 292.11º 0.29% 0.74% -
HSV(B) 292.11º 0.18% 0.82% -
XYZ 50.39 46 65.9 -
YUV 184.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 203 170 208 0.02 0.18 0 0.18 292.11 0.29 0.74
Hex CB AA D0 2 12 0 12 124 1D 4A
Octal 313 252 320 2 22 0 22 444 35 112
Binary 11001011 10101010 11010000 10 10010 0 10010 100100100 11101 1001010

Color Harmonies of #CBAAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAD0

Black with #CBAAD0

Text Example


Text Example

White with #CBAAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAD0; }

 p { color: rgb(203,170,208); }

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

background-color css

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

 a { background-color: rgb(203,170,208); }

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

border-color css

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

 span { border-color: rgb(203,170,208); }

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