#C2D1FE

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

Shades of Lavender Blue #C2D1FE

Tints of Lavender Blue #C2D1FE

Color information

#C2D1FE (or 0xC2D1FE) is unknown color: approx Lavender Blue. HEX triplet: C2, D1 and FE. RGB value is (194,209,254). Sum of RGB (Red+Green+Blue) = 194+209+254=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D1FE is #3D2E01. Grayscale: #D1D1D1. Windows color (decimal): -4009474 or 16699842. OLE color: 16699842.

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

Color convert

RGB194209254-
CMYK0.240.1800.00
HSL225º96.77%87.84%-
HSV(B)225º23.62%99.61%-
XYZ62.9464.23102.85-
YUV209.64153.03116.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.53%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=29.53%
G=31.81%
B=38.66%

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
Decimal1942092540.240.1800.0022596.7787.84
HexC2D1FE181200e16158
Octal302321376302200341141130
Binary1100001011010001111111101100010010001110000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D1FE; }

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

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

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

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

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

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

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

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