#C4CFFE

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

Shades of Lavender Blue #C4CFFE

Tints of Lavender Blue #C4CFFE

Color information

#C4CFFE (or 0xC4CFFE) is unknown color: approx Lavender Blue. HEX triplet: C4, CF and FE. RGB value is (196,207,254). Sum of RGB (Red+Green+Blue) = 196+207+254=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFE is #3B3001. Grayscale: #D0D0D0. Windows color (decimal): -3878914 or 16699332. OLE color: 16699332.

HSL color Cylindrical-coordinate representation of color #C4CFFE: hue angle of 228.62º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CFFE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196207254-
CMYK0.230.1900.00
HSL228.62º96.67%88.24%-
HSV(B)228.62º22.83%99.61%-
XYZ62.9763.52102.71-
YUV209.07153.36118.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.83%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=29.83%
G=31.51%
B=38.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962072540.230.1900.00228.6296.6788.24
HexC4CFFE171300e56158
Octal304317376272300345141130
Binary1100010011001111111111101011110011001110010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFFE; }

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

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

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

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

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

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

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

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