#C1D0FE

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

Shades of Lavender Blue #C1D0FE

Tints of Lavender Blue #C1D0FE

Color information

#C1D0FE (or 0xC1D0FE) is unknown color: approx Lavender Blue. HEX triplet: C1, D0 and FE. RGB value is (193,208,254). Sum of RGB (Red+Green+Blue) = 193+208+254=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D0FE is #3E2F01. Grayscale: #D0D0D0. Windows color (decimal): -4075266 or 16699585. OLE color: 16699585.

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

Color convert

RGB193208254-
CMYK0.240.1800.00
HSL225.25º96.83%87.65%-
HSV(B)225.25º24.02%99.61%-
XYZ62.4463.6102.75-
YUV208.76153.53116.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.47%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=29.47%
G=31.76%
B=38.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932082540.240.1800.00225.2596.8387.65
HexC1D0FE181200e16158
Octal301320376302200341141130
Binary1100000111010000111111101100010010001110000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D0FE; }

 p { color: rgb(193,208,254); }

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

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

 a { background-color: rgb(193,208,254); }

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

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

 span { border-color: rgb(193,208,254); }

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