Html Css Color HEX #C9C7EA Lavender Blue

📋 copy color: '#C9C7EA'

red 201 ◦ green 199 ◦ blue 234

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

Shades of Lavender Blue #C9C7EA

Tints of Lavender Blue #C9C7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 31.7%
G = 31.39%
B = 36.91%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9C7EA (or 0xC9C7EA) is known color: Lavender Blue. HEX triplet: C9, C7 and EA. RGB value is (201,199,234). Sum of RGB (Red+Green+Blue) = 201+199+234=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7EA is #363815. Grayscale: #CBCBCB. Windows color (decimal): -3553302 or 15386569. OLE color: 15386569.

HSL color Cylindrical-coordinate representation of color #C9C7EA: hue angle of 243.43º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9C7EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 199 234 -
CMYK 0.14 0.15 0 0.08
HSL 243.43º 0.45% 0.85% -
HSV(B) 243.43º 0.15% 0.92% -
XYZ 59.36 59.2 86.14 -
YUV 203.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 201 199 234 0.14 0.15 0 0.08 243.43 0.45 0.85
Hex C9 C7 EA E F 0 8 F3 2D 55
Octal 311 307 352 16 17 0 10 363 55 125
Binary 11001001 11000111 11101010 1110 1111 0 1000 11110011 101101 1010101

Color Harmonies of #C9C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7EA

Black with #C9C7EA

Text Example


Text Example

White with #C9C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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