Html Css Color HEX #C9C3EE Lavender Blue

📋 copy color: '#C9C3EE'

red 201 ◦ green 195 ◦ blue 238

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

Shades of Lavender Blue #C9C3EE

Tints of Lavender Blue #C9C3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.76%

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 31.7%
G = 30.76%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9C3EE (or 0xC9C3EE) is known color: Lavender Blue. HEX triplet: C9, C3 and EE. RGB value is (201,195,238). Sum of RGB (Red+Green+Blue) = 201+195+238=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C3EE is #363C11. Grayscale: #C9C9C9. Windows color (decimal): -3554322 or 15647689. OLE color: 15647689.

HSL color Cylindrical-coordinate representation of color #C9C3EE: hue angle of 248.37º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C3EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 195 238 -
CMYK 0.16 0.18 0 0.07
HSL 248.37º 0.56% 0.85% -
HSV(B) 248.37º 0.18% 0.93% -
XYZ 59.04 57.62 88.9 -
YUV 201.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 201 195 238 0.16 0.18 0 0.07 248.37 0.56 0.85
Hex C9 C3 EE 10 12 0 7 F8 38 55
Octal 311 303 356 20 22 0 7 370 70 125
Binary 11001001 11000011 11101110 10000 10010 0 111 11111000 111000 1010101

Color Harmonies of #C9C3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C3EE

Black with #C9C3EE

Text Example


Text Example

White with #C9C3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C3EE; }

 p { color: rgb(201,195,238); }

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

background-color css

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

 a { background-color: rgb(201,195,238); }

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

border-color css

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

 span { border-color: rgb(201,195,238); }

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