#C4CBF9

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

Shades of Lavender Blue #C4CBF9

Tints of Lavender Blue #C4CBF9

Color information

#C4CBF9 (or 0xC4CBF9) is unknown color: approx Lavender Blue. HEX triplet: C4, CB and F9. RGB value is (196,203,249). Sum of RGB (Red+Green+Blue) = 196+203+249=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBF9 is #3B3406. Grayscale: #CDCDCD. Windows color (decimal): -3879943 or 16370628. OLE color: 16370628.

HSL color Cylindrical-coordinate representation of color #C4CBF9: hue angle of 232.08º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CBF9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196203249-
CMYK0.210.1800.02
HSL232.08º81.54%87.25%-
HSV(B)232.08º21.29%97.65%-
XYZ61.2261.2998.23-
YUV206.15152.18120.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.25%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 249 (97.66% from 255) = 38.43%
R=30.25%
G=31.33%
B=38.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962032490.210.1800.02232.0881.5487.25
HexC4CBF9151202e85257
Octal304313371252202350122127
Binary11000100110010111111100110101100100101110100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBF9; }

 p { color: rgb(196,203,249); }

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

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

 a { background-color: rgb(196,203,249); }

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

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

 span { border-color: rgb(196,203,249); }

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