#C4CEFF

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

Shades of Lavender Blue #C4CEFF

Tints of Lavender Blue #C4CEFF

Color information

#C4CEFF (or 0xC4CEFF) is unknown color: approx Lavender Blue. HEX triplet: C4, CE and FF. RGB value is (196,206,255). Sum of RGB (Red+Green+Blue) = 196+206+255=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEFF is #3B3100. Grayscale: #D0D0D0. Windows color (decimal): -3879169 or 16764612. OLE color: 16764612.

HSL color Cylindrical-coordinate representation of color #C4CEFF: hue angle of 229.83º 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 #C4CEFF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB196206255-
CMYK0.230.1900
HSL229.83º100%88.43%-
HSV(B)229.83º23.14%100%-
XYZ62.8963.1103.47-
YUV208.6154.19119.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.83%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 255 (100% from 255) = 38.81%
R=29.83%
G=31.35%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962062550.230.1900229.8310088.43
HexC4CEFF171300e66458
Octal304316377272300346144130
Binary1100010011001110111111111011110011001110011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEFF; }

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

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

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

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

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

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

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

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