Html Css Color HEX #CA9DB2 Lily

📋 copy color: '#CA9DB2'

red 202 ◦ green 157 ◦ blue 178

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

Shades of Lily #CA9DB2

Tints of Lily #CA9DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 37.62%
G = 29.24%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA9DB2 (or 0xCA9DB2) is known color: Lily. HEX triplet: CA, 9D and B2. RGB value is (202,157,178). Sum of RGB (Red+Green+Blue) = 202+157+178=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9DB2 is #35624D. Grayscale: #ACACAC. Windows color (decimal): -3498574 or 11705802. OLE color: 11705802.

HSL color Cylindrical-coordinate representation of color #CA9DB2: hue angle of 332º 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 #CA9DB2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 157 178 -
CMYK 0 0.22 0.12 0.21
HSL 332º 0.3% 0.7% -
HSV(B) 332º 0.22% 0.79% -
XYZ 44.45 39.88 47.48 -
YUV 172.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 202 157 178 0 0.22 0.12 0.21 332 0.3 0.7
Hex CA 9D B2 0 16 C 15 14C 1E 46
Octal 312 235 262 0 26 14 25 514 36 106
Binary 11001010 10011101 10110010 0 10110 1100 10101 101001100 11110 1000110

Color Harmonies of #CA9DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DB2

Black with #CA9DB2

Text Example


Text Example

White with #CA9DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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