#c4cef8

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

Shades of Lavender Blue #C4CEF8

Tints of Lavender Blue #C4CEF8

Color information

#C4CEF8 (or 0xC4CEF8) is unknown color: approx Lavender Blue. HEX triplet: C4, CE and F8. RGB value is (196,206,248). Sum of RGB (Red+Green+Blue) = 196+206+248=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEF8 is #3B3107. Grayscale: #CFCFCF. Windows color (decimal): -3879176 or 16305860. OLE color: 16305860.

HSL color Cylindrical-coordinate representation of color #C4CEF8: hue angle of 228.46º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CEF8 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196206248-
CMYK0.210.1700.03
HSL228.46º78.79%87.06%-
HSV(B)228.46º20.97%97.25%-
XYZ61.7862.6697.64-
YUV207.8150.69119.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.15%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=30.15%
G=31.69%
B=38.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1962062480.210.1700.03228.4678.7987.06
HexC4CEF8151103e44f57
Octal304316370252103344117127
Binary11000100110011101111100010101100010111110010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4cef8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4cef8; }

 p { color: rgb(196,206,248); }

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

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

 a { background-color: rgb(196,206,248); }

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

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

 span { border-color: rgb(196,206,248); }

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