#C7CAFC

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

Shades of Lavender Blue #C7CAFC

Tints of Lavender Blue #C7CAFC

Color information

#C7CAFC (or 0xC7CAFC) is unknown color: approx Lavender Blue. HEX triplet: C7, CA and FC. RGB value is (199,202,252). Sum of RGB (Red+Green+Blue) = 199+202+252=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAFC is #383503. Grayscale: #CECECE. Windows color (decimal): -3683588 or 16566983. OLE color: 16566983.

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

Color convert

RGB199202252-
CMYK0.210.2000.01
HSL236.6º89.83%88.43%-
HSV(B)236.6º21.03%98.82%-
XYZ62.2461.41100.67-
YUV206.8153.51122.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.47%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=30.47%
G=30.93%
B=38.59%

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
Decimal1992022520.210.2000.01236.689.8388.43
HexC7CAFC151401ed5a58
Octal307312374252401355132130
Binary1100011111001010111111001010110100011110110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAFC; }

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

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

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

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

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

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

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

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