#C7CAFD

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

Shades of Lavender Blue #C7CAFD

Tints of Lavender Blue #C7CAFD

Color information

#C7CAFD (or 0xC7CAFD) is unknown color: approx Lavender Blue. HEX triplet: C7, CA and FD. RGB value is (199,202,253). Sum of RGB (Red+Green+Blue) = 199+202+253=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAFD is #383502. Grayscale: #CECECE. Windows color (decimal): -3683587 or 16632519. OLE color: 16632519.

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

Color convert

RGB199202253-
CMYK0.210.2000.01
HSL236.67º93.1%88.63%-
HSV(B)236.67º21.34%99.22%-
XYZ62.461.48101.51-
YUV206.92154.01122.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.43%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=30.43%
G=30.89%
B=38.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992022530.210.2000.01236.6793.188.63
HexC7CAFD151401ed5d59
Octal307312375252401355135131
Binary1100011111001010111111011010110100011110110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAFD; }

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

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

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

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

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

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

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

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