Html Css Color HEX #C9C7FF Lavender Blue

📋 copy color: '#C9C7FF'

red 201 ◦ green 199 ◦ blue 255

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

Shades of Lavender Blue #C9C7FF

Tints of Lavender Blue #C9C7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.38%

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

R = 30.69%
G = 30.38%
B = 38.93%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9C7FF (or 0xC9C7FF) is known color: Lavender Blue. HEX triplet: C9, C7 and FF. RGB value is (201,199,255). Sum of RGB (Red+Green+Blue) = 201+199+255=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7FF is #363800. Grayscale: #CDCDCD. Windows color (decimal): -3553281 or 16762825. OLE color: 16762825.

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

Color convert

RGB 201 199 255 -
CMYK 0.21 0.22 0 0
HSL 242.14º 1% 0.89% -
HSV(B) 242.14º 0.22% 1% -
XYZ 62.56 60.48 102.99 -
YUV 205.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 201 199 255 0.21 0.22 0 0 242.14 1 0.89
Hex C9 C7 FF 15 16 0 0 F2 64 59
Octal 311 307 377 25 26 0 0 362 144 131
Binary 11001001 11000111 11111111 10101 10110 0 0 11110010 1100100 1011001

Color Harmonies of #C9C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7FF

Black with #C9C7FF

Text Example


Text Example

White with #C9C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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