#C5CEFC

Color #C5CEFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C5CEFC

Tints of Lavender Blue #C5CEFC

Color information

#C5CEFC (or 0xC5CEFC) is unknown color: approx Lavender Blue. HEX triplet: C5, CE and FC. RGB value is (197,206,252). Sum of RGB (Red+Green+Blue) = 197+206+252=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFC is #3A3103. Grayscale: #D0D0D0. Windows color (decimal): -3813636 or 16568005. OLE color: 16568005.

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

Color convert

RGB197206252-
CMYK0.220.1800.01
HSL230.18º90.16%88.04%-
HSV(B)230.18º21.83%98.82%-
XYZ62.6763.04100.96-
YUV208.55152.52119.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.08%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=30.08%
G=31.45%
B=38.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972062520.220.1800.01230.1890.1688.04
HexC5CEFC161201e65a58
Octal305316374262201346132130
Binary1100010111001110111111001011010010011110011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEFC; }

 p { color: rgb(197,206,252); }

 H1.HeaderClassName
 {
   color: #C5CEFC;
 }
 .AnyTagClassName
 {
   color: #C5CEFC;
 }
</style>
background-color css

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

 a { background-color: rgb(197,206,252); }

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

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

 span { border-color: rgb(197,206,252); }

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