#C4C9FD

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

Shades of Lavender Blue #C4C9FD

Tints of Lavender Blue #C4C9FD

Color information

#C4C9FD (or 0xC4C9FD) is unknown color: approx Lavender Blue. HEX triplet: C4, C9 and FD. RGB value is (196,201,253). Sum of RGB (Red+Green+Blue) = 196+201+253=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C9FD is #3B3602. Grayscale: #CDCDCD. Windows color (decimal): -3880451 or 16632260. OLE color: 16632260.

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

Color convert

RGB196201253-
CMYK0.230.2100.01
HSL234.74º93.44%88.04%-
HSV(B)234.74º22.53%99.22%-
XYZ61.3860.6101.39-
YUV205.43154.84121.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.15%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=30.15%
G=30.92%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962012530.230.2100.01234.7493.4488.04
HexC4C9FD171501eb5d58
Octal304311375272501353135130
Binary1100010011001001111111011011110101011110101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C9FD; }

 p { color: rgb(196,201,253); }

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

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

 a { background-color: rgb(196,201,253); }

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

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

 span { border-color: rgb(196,201,253); }

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