Html Css Color HEX #C3B8F8 Lavender Blue

📋 copy color: '#C3B8F8'

red 195 ◦ green 184 ◦ blue 248

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

Shades of Lavender Blue #C3B8F8

Tints of Lavender Blue #C3B8F8

RGB

 RED value IS 195 (76.56% from 255) = 31.1%

 GREEN value IS 184 (72.27% from 255) = 29.35%

 BLUE value IS 248 (97.27% from 255) = 39.55%

R = 31.1%
G = 29.35%
B = 39.55%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C3B8F8 (or 0xC3B8F8) is known color: Lavender Blue. HEX triplet: C3, B8 and F8. RGB value is (195,184,248). Sum of RGB (Red+Green+Blue) = 195+184+248=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3B8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8F8 is #3C4707. Grayscale: #C2C2C2. Windows color (decimal): -3950344 or 16300227. OLE color: 16300227.

HSL color Cylindrical-coordinate representation of color #C3B8F8: hue angle of 250.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3B8F8 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 184 248 -
CMYK 0.21 0.26 0 0.03
HSL 250.31º 0.82% 0.85% -
HSV(B) 250.31º 0.26% 0.97% -
XYZ 56.59 52.66 95.99 -
YUV 194.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 195 184 248 0.21 0.26 0 0.03 250.31 0.82 0.85
Hex C3 B8 F8 15 1A 0 3 FA 52 55
Octal 303 270 370 25 32 0 3 372 122 125
Binary 11000011 10111000 11111000 10101 11010 0 11 11111010 1010010 1010101

Color Harmonies of #C3B8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B8F8

Black with #C3B8F8

Text Example


Text Example

White with #C3B8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B8F8; }

 p { color: rgb(195,184,248); }

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

background-color css

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

 a { background-color: rgb(195,184,248); }

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

border-color css

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

 span { border-color: rgb(195,184,248); }

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