#C4CFFB

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

Shades of Lavender Blue #C4CFFB

Tints of Lavender Blue #C4CFFB

Color information

#C4CFFB (or 0xC4CFFB) is unknown color: approx Lavender Blue. HEX triplet: C4, CF and FB. RGB value is (196,207,251). Sum of RGB (Red+Green+Blue) = 196+207+251=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFB is #3B3004. Grayscale: #D0D0D0. Windows color (decimal): -3878917 or 16502724. OLE color: 16502724.

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

Color convert

RGB196207251-
CMYK0.220.1800.02
HSL228º87.3%87.65%-
HSV(B)228º21.91%98.43%-
XYZ62.4963.33100.2-
YUV208.73151.86118.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=29.97%
G=31.65%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962072510.220.1800.0222887.387.65
HexC4CFFB161202e45758
Octal304317373262202344127130
Binary11000100110011111111101110110100100101110010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFFB; }

 p { color: rgb(196,207,251); }

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

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

 a { background-color: rgb(196,207,251); }

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

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

 span { border-color: rgb(196,207,251); }

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