#C4C4EE

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

Shades of Lavender Blue #C4C4EE

Tints of Lavender Blue #C4C4EE

Color information

#C4C4EE (or 0xC4C4EE) is unknown color: approx Lavender Blue. HEX triplet: C4, C4 and EE. RGB value is (196,196,238). Sum of RGB (Red+Green+Blue) = 196+196+238=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4C4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C4EE is #3B3B11. Grayscale: #C8C8C8. Windows color (decimal): -3881746 or 15647940. OLE color: 15647940.

HSL color Cylindrical-coordinate representation of color #C4C4EE: hue angle of 240º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C4EE is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196196238-
CMYK0.180.1800.07
HSL240º55.26%85.1%-
HSV(B)240º17.65%93.33%-
XYZ57.9457.3988.91-
YUV200.79149124.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.11%
GREEN value IS 196 (76.95% from 255) = 31.11%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=31.11%
G=31.11%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961962380.180.1800.0724055.2685.1
HexC4C4EE121207f03755
Octal30430435622220736067125
Binary11000100110001001110111010010100100111111100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C4EE; }

 p { color: rgb(196,196,238); }

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

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

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

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

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

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

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