Html Css Color HEX #CB8DAE Lily

📋 copy color: '#CB8DAE'

red 203 ◦ green 141 ◦ blue 174

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

Shades of Lily #CB8DAE

Tints of Lily #CB8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.22%

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 39.19%
G = 27.22%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB8DAE (or 0xCB8DAE) is known color: Lily. HEX triplet: CB, 8D and AE. RGB value is (203,141,174). Sum of RGB (Red+Green+Blue) = 203+141+174=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DAE is #347251. Grayscale: #A3A3A3. Windows color (decimal): -3437138 or 11439563. OLE color: 11439563.

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

Color convert

RGB 203 141 174 -
CMYK 0 0.31 0.14 0.20
HSL 328.06º 0.37% 0.67% -
HSV(B) 328.06º 0.31% 0.8% -
XYZ 41.79 34.8 44.56 -
YUV 163.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 203 141 174 0 0.31 0.14 0.20 328.06 0.37 0.67
Hex CB 8D AE 0 1F E 14 148 25 43
Octal 313 215 256 0 37 16 24 510 45 103
Binary 11001011 10001101 10101110 0 11111 1110 10100 101001000 100101 1000011

Color Harmonies of #CB8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DAE

Black with #CB8DAE

Text Example


Text Example

White with #CB8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DAE; }

 p { color: rgb(203,141,174); }

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

background-color css

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

 a { background-color: rgb(203,141,174); }

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

border-color css

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

 span { border-color: rgb(203,141,174); }

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