Html Css Color HEX #C5C2F7 Lavender Blue

📋 copy color: '#C5C2F7'

red 197 ◦ green 194 ◦ blue 247

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

Shades of Lavender Blue #C5C2F7

Tints of Lavender Blue #C5C2F7

RGB

 RED value IS 197 (77.34% from 255) = 30.88%

 GREEN value IS 194 (76.17% from 255) = 30.41%

 BLUE value IS 247 (96.88% from 255) = 38.71%

R = 30.88%
G = 30.41%
B = 38.71%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C5C2F7 (or 0xC5C2F7) is known color: Lavender Blue. HEX triplet: C5, C2 and F7. RGB value is (197,194,247). Sum of RGB (Red+Green+Blue) = 197+194+247=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C2F7 is #3A3D08. Grayscale: #C8C8C8. Windows color (decimal): -3816713 or 16237253. OLE color: 16237253.

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

Color convert

RGB 197 194 247 -
CMYK 0.20 0.21 0 0.03
HSL 243.4º 0.77% 0.86% -
HSV(B) 243.4º 0.21% 0.97% -
XYZ 59.11 57.17 95.92 -
YUV 200.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 197 194 247 0.20 0.21 0 0.03 243.4 0.77 0.86
Hex C5 C2 F7 14 15 0 3 F3 4D 56
Octal 305 302 367 24 25 0 3 363 115 126
Binary 11000101 11000010 11110111 10100 10101 0 11 11110011 1001101 1010110

Color Harmonies of #C5C2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C2F7

Black with #C5C2F7

Text Example


Text Example

White with #C5C2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C2F7; }

 p { color: rgb(197,194,247); }

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

background-color css

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

 a { background-color: rgb(197,194,247); }

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

border-color css

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

 span { border-color: rgb(197,194,247); }

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