#C7CAFB

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

Shades of Lavender Blue #C7CAFB

Tints of Lavender Blue #C7CAFB

Color information

#C7CAFB (or 0xC7CAFB) is unknown color: approx Lavender Blue. HEX triplet: C7, CA and FB. RGB value is (199,202,251). Sum of RGB (Red+Green+Blue) = 199+202+251=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAFB is #383504. Grayscale: #CECECE. Windows color (decimal): -3683589 or 16501447. OLE color: 16501447.

HSL color Cylindrical-coordinate representation of color #C7CAFB: hue angle of 236.54º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CAFB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199202251-
CMYK0.210.2000.02
HSL236.54º86.67%88.24%-
HSV(B)236.54º20.72%98.43%-
XYZ62.0961.3599.84-
YUV206.69153.01122.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=30.52%
G=30.98%
B=38.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992022510.210.2000.02236.5486.6788.24
HexC7CAFB151402ed5758
Octal307312373252402355127130
Binary11000111110010101111101110101101000101110110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAFB; }

 p { color: rgb(199,202,251); }

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

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

 a { background-color: rgb(199,202,251); }

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

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

 span { border-color: rgb(199,202,251); }

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