Html Css Color HEX #CB9DAE Lily

📋 copy color: '#CB9DAE'

red 203 ◦ green 157 ◦ blue 174

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

Shades of Lily #CB9DAE

Tints of Lily #CB9DAE

RGB

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

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

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

R = 38.01%
G = 29.4%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB9DAE (or 0xCB9DAE) is known color: Lily. HEX triplet: CB, 9D and AE. RGB value is (203,157,174). Sum of RGB (Red+Green+Blue) = 203+157+174=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DAE is #346251. Grayscale: #ACACAC. Windows color (decimal): -3433042 or 11443659. OLE color: 11443659.

HSL color Cylindrical-coordinate representation of color #CB9DAE: hue angle of 337.83º 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 #CB9DAE is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 157 174 -
CMYK 0 0.23 0.14 0.20
HSL 337.83º 0.31% 0.71% -
HSV(B) 337.83º 0.23% 0.8% -
XYZ 44.33 39.87 45.4 -
YUV 172.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 203 157 174 0 0.23 0.14 0.20 337.83 0.31 0.71
Hex CB 9D AE 0 17 E 14 152 1F 47
Octal 313 235 256 0 27 16 24 522 37 107
Binary 11001011 10011101 10101110 0 10111 1110 10100 101010010 11111 1000111

Color Harmonies of #CB9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DAE

Black with #CB9DAE

Text Example


Text Example

White with #CB9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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