Html Css Color HEX #C5D2FE Lavender Blue

📋 copy color: '#C5D2FE'

red 197 ◦ green 210 ◦ blue 254

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

Shades of Lavender Blue #C5D2FE

Tints of Lavender Blue #C5D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.77%

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

R = 29.8%
G = 31.77%
B = 38.43%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5D2FE (or 0xC5D2FE) is known color: Lavender Blue. HEX triplet: C5, D2 and FE. RGB value is (197,210,254). Sum of RGB (Red+Green+Blue) = 197+210+254=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D2FE is #3A2D01. Grayscale: #D2D2D2. Windows color (decimal): -3812610 or 16700101. OLE color: 16700101.

HSL color Cylindrical-coordinate representation of color #C5D2FE: hue angle of 226.32º 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 #C5D2FE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 210 254 -
CMYK 0.22 0.17 0 0.00
HSL 226.32º 0.97% 0.88% -
HSV(B) 226.32º 0.22% 1% -
XYZ 63.96 65.12 102.96 -
YUV 211.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 197 210 254 0.22 0.17 0 0.00 226.32 0.97 0.88
Hex C5 D2 FE 16 11 0 0 E2 61 58
Octal 305 322 376 26 21 0 0 342 141 130
Binary 11000101 11010010 11111110 10110 10001 0 0 11100010 1100001 1011000

Color Harmonies of #C5D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2FE

Black with #C5D2FE

Text Example


Text Example

White with #C5D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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