Html Css Color HEX #C5D0FA Lavender Blue

📋 copy color: '#C5D0FA'

red 197 ◦ green 208 ◦ blue 250

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

Shades of Lavender Blue #C5D0FA

Tints of Lavender Blue #C5D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.76%

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 30.08%
G = 31.76%
B = 38.17%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5D0FA (or 0xC5D0FA) is known color: Lavender Blue. HEX triplet: C5, D0 and FA. RGB value is (197,208,250). Sum of RGB (Red+Green+Blue) = 197+208+250=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0FA is #3A2F05. Grayscale: #D1D1D1. Windows color (decimal): -3813126 or 16437445. OLE color: 16437445.

HSL color Cylindrical-coordinate representation of color #C5D0FA: hue angle of 227.55º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D0FA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 208 250 -
CMYK 0.21 0.17 0 0.02
HSL 227.55º 0.84% 0.88% -
HSV(B) 227.55º 0.21% 0.98% -
XYZ 62.84 63.88 99.46 -
YUV 209.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 197 208 250 0.21 0.17 0 0.02 227.55 0.84 0.88
Hex C5 D0 FA 15 11 0 2 E4 54 58
Octal 305 320 372 25 21 0 2 344 124 130
Binary 11000101 11010000 11111010 10101 10001 0 10 11100100 1010100 1011000

Color Harmonies of #C5D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0FA

Black with #C5D0FA

Text Example


Text Example

White with #C5D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0FA; }

 p { color: rgb(197,208,250); }

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

background-color css

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

 a { background-color: rgb(197,208,250); }

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

border-color css

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

 span { border-color: rgb(197,208,250); }

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