Html Css Color HEX #CBB4CD Lilac

📋 copy color: '#CBB4CD'

red 203 ◦ green 180 ◦ blue 205

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

Shades of Lilac #CBB4CD

Tints of Lilac #CBB4CD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 34.52%
G = 30.61%
B = 34.86%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBB4CD (or 0xCBB4CD) is known color: Lilac. HEX triplet: CB, B4 and CD. RGB value is (203,180,205). Sum of RGB (Red+Green+Blue) = 203+180+205=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4CD is #344B32. Grayscale: #BDBDBD. Windows color (decimal): -3427123 or 13481163. OLE color: 13481163.

HSL color Cylindrical-coordinate representation of color #CBB4CD: hue angle of 295.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB4CD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 180 205 -
CMYK 0.01 0.12 0 0.20
HSL 295.2º 0.2% 0.75% -
HSV(B) 295.2º 0.12% 0.8% -
XYZ 51.97 49.75 64.62 -
YUV 189.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 203 180 205 0.01 0.12 0 0.20 295.2 0.2 0.75
Hex CB B4 CD 1 C 0 14 127 14 4B
Octal 313 264 315 1 14 0 24 447 24 113
Binary 11001011 10110100 11001101 1 1100 0 10100 100100111 10100 1001011

Color Harmonies of #CBB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB4CD

Black with #CBB4CD

Text Example


Text Example

White with #CBB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB4CD; }

 p { color: rgb(203,180,205); }

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

background-color css

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

 a { background-color: rgb(203,180,205); }

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

border-color css

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

 span { border-color: rgb(203,180,205); }

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