Html Css Color HEX #CB9EB6 Lily

📋 copy color: '#CB9EB6'

red 203 ◦ green 158 ◦ blue 182

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

Shades of Lily #CB9EB6

Tints of Lily #CB9EB6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.1%

 BLUE value IS 182 (71.48% from 255) = 33.52%

R = 37.38%
G = 29.1%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB9EB6 (or 0xCB9EB6) is known color: Lily. HEX triplet: CB, 9E and B6. RGB value is (203,158,182). Sum of RGB (Red+Green+Blue) = 203+158+182=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EB6 is #346149. Grayscale: #AEAEAE. Windows color (decimal): -3432778 or 11968203. OLE color: 11968203.

HSL color Cylindrical-coordinate representation of color #CB9EB6: hue angle of 328º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9EB6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 182 -
CMYK 0 0.22 0.10 0.20
HSL 328º 0.3% 0.71% -
HSV(B) 328º 0.22% 0.8% -
XYZ 45.3 40.53 49.69 -
YUV 174.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 203 158 182 0 0.22 0.10 0.20 328 0.3 0.71
Hex CB 9E B6 0 16 A 14 148 1E 47
Octal 313 236 266 0 26 12 24 510 36 107
Binary 11001011 10011110 10110110 0 10110 1010 10100 101001000 11110 1000111

Color Harmonies of #CB9EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EB6

Black with #CB9EB6

Text Example


Text Example

White with #CB9EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EB6; }

 p { color: rgb(203,158,182); }

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

background-color css

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

 a { background-color: rgb(203,158,182); }

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

border-color css

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

 span { border-color: rgb(203,158,182); }

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