#C8D2FA

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

Shades of Lavender Blue #C8D2FA

Tints of Lavender Blue #C8D2FA

Color information

#C8D2FA (or 0xC8D2FA) is unknown color: approx Lavender Blue. HEX triplet: C8, D2 and FA. RGB value is (200,210,250). Sum of RGB (Red+Green+Blue) = 200+210+250=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8D2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2FA is #372D05. Grayscale: #D3D3D3. Windows color (decimal): -3616006 or 16437960. OLE color: 16437960.

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

Color convert

RGB200210250-
CMYK0.20.1600.02
HSL228º83.33%88.24%-
HSV(B)228º20%98.04%-
XYZ64.1265.2799.66-
YUV211.57149.69119.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.30%
GREEN value IS 210 (82.42% from 255) = 31.82%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=30.30%
G=31.82%
B=37.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002102500.20.1600.0222883.3388.24
HexC8D2FA141002e45358
Octal310322372242002344123130
Binary11001000110100101111101010100100000101110010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2FA; }

 p { color: rgb(200,210,250); }

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

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

 a { background-color: rgb(200,210,250); }

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

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

 span { border-color: rgb(200,210,250); }

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