Html Css Color HEX #C9B9FF Lavender Blue

📋 copy color: '#C9B9FF'

red 201 ◦ green 185 ◦ blue 255

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

Shades of Lavender Blue #C9B9FF

Tints of Lavender Blue #C9B9FF

RGB

 RED value IS 201 (78.91% from 255) = 31.36%

 GREEN value IS 185 (72.66% from 255) = 28.86%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 31.36%
G = 28.86%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9B9FF (or 0xC9B9FF) is known color: Lavender Blue. HEX triplet: C9, B9 and FF. RGB value is (201,185,255). Sum of RGB (Red+Green+Blue) = 201+185+255=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9FF is #364600. Grayscale: #C5C5C5. Windows color (decimal): -3556865 or 16759241. OLE color: 16759241.

HSL color Cylindrical-coordinate representation of color #C9B9FF: hue angle of 253.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B9FF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 185 255 -
CMYK 0.21 0.27 0 0
HSL 253.71º 1% 0.86% -
HSV(B) 253.71º 0.27% 1% -
XYZ 59.49 54.34 101.96 -
YUV 197.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 201 185 255 0.21 0.27 0 0 253.71 1 0.86
Hex C9 B9 FF 15 1B 0 0 FE 64 56
Octal 311 271 377 25 33 0 0 376 144 126
Binary 11001001 10111001 11111111 10101 11011 0 0 11111110 1100100 1010110

Color Harmonies of #C9B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9FF

Black with #C9B9FF

Text Example


Text Example

White with #C9B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9FF; }

 p { color: rgb(201,185,255); }

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

background-color css

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

 a { background-color: rgb(201,185,255); }

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

border-color css

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

 span { border-color: rgb(201,185,255); }

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