#C7D2FF

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

Shades of Lavender Blue #C7D2FF

Tints of Lavender Blue #C7D2FF

Color information

#C7D2FF (or 0xC7D2FF) is unknown color: approx Lavender Blue. HEX triplet: C7, D2 and FF. RGB value is (199,210,255). Sum of RGB (Red+Green+Blue) = 199+210+255=664 (87% of max value = 765). Red value is 199 (78.12% from 255 or 29.97% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D2FF is #382D00. Grayscale: #D3D3D3. Windows color (decimal): -3681537 or 16765639. OLE color: 16765639.

HSL color Cylindrical-coordinate representation of color #C7D2FF: hue angle of 228.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D2FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199210255-
CMYK0.220.1800
HSL228.21º100%89.02%-
HSV(B)228.21º21.96%100%-
XYZ64.6565.46103.83-
YUV211.84152.36118.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.97%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 255 (100% from 255) = 38.40%
R=29.97%
G=31.63%
B=38.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992102550.220.1800228.2110089.02
HexC7D2FF161200e46459
Octal307322377262200344144131
Binary1100011111010010111111111011010010001110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2FF; }

 p { color: rgb(199,210,255); }

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

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

 a { background-color: rgb(199,210,255); }

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

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

 span { border-color: rgb(199,210,255); }

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