Html Css Color HEX #C9C8EF Lavender Blue

📋 copy color: '#C9C8EF'

red 201 ◦ green 200 ◦ blue 239

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

Shades of Lavender Blue #C9C8EF

Tints of Lavender Blue #C9C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 31.41%
G = 31.25%
B = 37.34%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9C8EF (or 0xC9C8EF) is known color: Lavender Blue. HEX triplet: C9, C8 and EF. RGB value is (201,200,239). Sum of RGB (Red+Green+Blue) = 201+200+239=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8EF is #363710. Grayscale: #CCCCCC. Windows color (decimal): -3553041 or 15714505. OLE color: 15714505.

HSL color Cylindrical-coordinate representation of color #C9C8EF: hue angle of 241.54º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9C8EF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 200 239 -
CMYK 0.16 0.16 0 0.06
HSL 241.54º 0.55% 0.86% -
HSV(B) 241.54º 0.16% 0.94% -
XYZ 60.32 59.96 90.06 -
YUV 204.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 201 200 239 0.16 0.16 0 0.06 241.54 0.55 0.86
Hex C9 C8 EF 10 10 0 6 F2 37 56
Octal 311 310 357 20 20 0 6 362 67 126
Binary 11001001 11001000 11101111 10000 10000 0 110 11110010 110111 1010110

Color Harmonies of #C9C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C8EF

Black with #C9C8EF

Text Example


Text Example

White with #C9C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C8EF; }

 p { color: rgb(201,200,239); }

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

background-color css

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

 a { background-color: rgb(201,200,239); }

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

border-color css

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

 span { border-color: rgb(201,200,239); }

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