Html Css Color HEX #CB9DBE Lily

📋 copy color: '#CB9DBE'

red 203 ◦ green 157 ◦ blue 190

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

Shades of Lily #CB9DBE

Tints of Lily #CB9DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 36.91%
G = 28.55%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB9DBE (or 0xCB9DBE) is known color: Lily. HEX triplet: CB, 9D and BE. RGB value is (203,157,190). Sum of RGB (Red+Green+Blue) = 203+157+190=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DBE is #346241. Grayscale: #AEAEAE. Windows color (decimal): -3433026 or 12492235. OLE color: 12492235.

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

Color convert

RGB 203 157 190 -
CMYK 0 0.23 0.06 0.20
HSL 316.96º 0.31% 0.71% -
HSV(B) 316.96º 0.23% 0.8% -
XYZ 45.98 40.53 54.11 -
YUV 174.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 203 157 190 0 0.23 0.06 0.20 316.96 0.31 0.71
Hex CB 9D BE 0 17 6 14 13D 1F 47
Octal 313 235 276 0 27 6 24 475 37 107
Binary 11001011 10011101 10111110 0 10111 110 10100 100111101 11111 1000111

Color Harmonies of #CB9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DBE

Black with #CB9DBE

Text Example


Text Example

White with #CB9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DBE; }

 p { color: rgb(203,157,190); }

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

background-color css

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

 a { background-color: rgb(203,157,190); }

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

border-color css

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

 span { border-color: rgb(203,157,190); }

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