Html Css Color HEX #CA9DB5 Lily

📋 copy color: '#CA9DB5'

red 202 ◦ green 157 ◦ blue 181

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

Shades of Lily #CA9DB5

Tints of Lily #CA9DB5

RGB

 RED value IS 202 (79.3% from 255) = 37.41%

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

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 37.41%
G = 29.07%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA9DB5 (or 0xCA9DB5) is known color: Lily. HEX triplet: CA, 9D and B5. RGB value is (202,157,181). Sum of RGB (Red+Green+Blue) = 202+157+181=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DB5 is #35624A. Grayscale: #ADADAD. Windows color (decimal): -3498571 or 11902410. OLE color: 11902410.

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

Color convert

RGB 202 157 181 -
CMYK 0 0.22 0.10 0.21
HSL 328º 0.3% 0.7% -
HSV(B) 328º 0.22% 0.79% -
XYZ 44.75 40.01 49.08 -
YUV 173.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 202 157 181 0 0.22 0.10 0.21 328 0.3 0.7
Hex CA 9D B5 0 16 A 15 148 1E 46
Octal 312 235 265 0 26 12 25 510 36 106
Binary 11001010 10011101 10110101 0 10110 1010 10101 101001000 11110 1000110

Color Harmonies of #CA9DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DB5

Black with #CA9DB5

Text Example


Text Example

White with #CA9DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DB5; }

 p { color: rgb(202,157,181); }

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

background-color css

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

 a { background-color: rgb(202,157,181); }

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

border-color css

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

 span { border-color: rgb(202,157,181); }

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