#C4CAFC

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

Shades of Lavender Blue #C4CAFC

Tints of Lavender Blue #C4CAFC

Color information

#C4CAFC (or 0xC4CAFC) is unknown color: approx Lavender Blue. HEX triplet: C4, CA and FC. RGB value is (196,202,252). Sum of RGB (Red+Green+Blue) = 196+202+252=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFC is #3B3503. Grayscale: #CDCDCD. Windows color (decimal): -3880196 or 16566980. OLE color: 16566980.

HSL color Cylindrical-coordinate representation of color #C4CAFC: hue angle of 233.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4CAFC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196202252-
CMYK0.220.2000.01
HSL233.57º90.32%87.84%-
HSV(B)233.57º22.22%98.82%-
XYZ61.4661.01100.63-
YUV205.91154.01120.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.15%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=30.15%
G=31.08%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962022520.220.2000.01233.5790.3287.84
HexC4CAFC161401ea5a58
Octal304312374262401352132130
Binary1100010011001010111111001011010100011110101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAFC; }

 p { color: rgb(196,202,252); }

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

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

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

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

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

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

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