Html Css Color HEX #C5D1FE Lavender Blue

📋 copy color: '#C5D1FE'

red 197 ◦ green 209 ◦ blue 254

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

Shades of Lavender Blue #C5D1FE

Tints of Lavender Blue #C5D1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.67%

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 29.85%
G = 31.67%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5D1FE (or 0xC5D1FE) is known color: Lavender Blue. HEX triplet: C5, D1 and FE. RGB value is (197,209,254). Sum of RGB (Red+Green+Blue) = 197+209+254=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D1FE is #3A2E01. Grayscale: #D2D2D2. Windows color (decimal): -3812866 or 16699845. OLE color: 16699845.

HSL color Cylindrical-coordinate representation of color #C5D1FE: hue angle of 227.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D1FE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 209 254 -
CMYK 0.22 0.18 0 0.00
HSL 227.37º 0.97% 0.88% -
HSV(B) 227.37º 0.22% 1% -
XYZ 63.72 64.63 102.88 -
YUV 210.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 197 209 254 0.22 0.18 0 0.00 227.37 0.97 0.88
Hex C5 D1 FE 16 12 0 0 E3 61 58
Octal 305 321 376 26 22 0 0 343 141 130
Binary 11000101 11010001 11111110 10110 10010 0 0 11100011 1100001 1011000

Color Harmonies of #C5D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D1FE

Black with #C5D1FE

Text Example


Text Example

White with #C5D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D1FE; }

 p { color: rgb(197,209,254); }

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

background-color css

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

 a { background-color: rgb(197,209,254); }

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

border-color css

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

 span { border-color: rgb(197,209,254); }

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