#C4D3FF

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

Shades of Lavender Blue #C4D3FF

Tints of Lavender Blue #C4D3FF

Color information

#C4D3FF (or 0xC4D3FF) is unknown color: approx Lavender Blue. HEX triplet: C4, D3 and FF. RGB value is (196,211,255). Sum of RGB (Red+Green+Blue) = 196+211+255=662 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.61% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D3FF is #3B2C00. Grayscale: #D3D3D3. Windows color (decimal): -3877889 or 16765892. OLE color: 16765892.

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

Color convert

RGB196211255-
CMYK0.230.1700
HSL224.75º100%88.43%-
HSV(B)224.75º23.14%100%-
XYZ64.1165.54103.88-
YUV211.53152.53116.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.61%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 255 (100% from 255) = 38.52%
R=29.61%
G=31.87%
B=38.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962112550.230.1700224.7510088.43
HexC4D3FF171100e16458
Octal304323377272100341144130
Binary1100010011010011111111111011110001001110000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3FF; }

 p { color: rgb(196,211,255); }

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

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

 a { background-color: rgb(196,211,255); }

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

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

 span { border-color: rgb(196,211,255); }

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