Html Css Color HEX #C9C7FC Lavender Blue

📋 copy color: '#C9C7FC'

red 201 ◦ green 199 ◦ blue 252

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

Shades of Lavender Blue #C9C7FC

Tints of Lavender Blue #C9C7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 30.83%
G = 30.52%
B = 38.65%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9C7FC (or 0xC9C7FC) is known color: Lavender Blue. HEX triplet: C9, C7 and FC. RGB value is (201,199,252). Sum of RGB (Red+Green+Blue) = 201+199+252=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7FC is #363803. Grayscale: #CDCDCD. Windows color (decimal): -3553284 or 16566217. OLE color: 16566217.

HSL color Cylindrical-coordinate representation of color #C9C7FC: hue angle of 242.26º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C7FC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 199 252 -
CMYK 0.20 0.21 0 0.01
HSL 242.26º 0.9% 0.88% -
HSV(B) 242.26º 0.21% 0.99% -
XYZ 62.08 60.29 100.46 -
YUV 205.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 201 199 252 0.20 0.21 0 0.01 242.26 0.9 0.88
Hex C9 C7 FC 14 15 0 1 F2 5A 58
Octal 311 307 374 24 25 0 1 362 132 130
Binary 11001001 11000111 11111100 10100 10101 0 1 11110010 1011010 1011000

Color Harmonies of #C9C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7FC

Black with #C9C7FC

Text Example


Text Example

White with #C9C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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