#C8D2FF

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

Shades of Lavender Blue #C8D2FF

Tints of Lavender Blue #C8D2FF

Color information

#C8D2FF (or 0xC8D2FF) is unknown color: approx Lavender Blue. HEX triplet: C8, D2 and FF. RGB value is (200,210,255). Sum of RGB (Red+Green+Blue) = 200+210+255=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2FF is #372D00. Grayscale: #D3D3D3. Windows color (decimal): -3616001 or 16765640. OLE color: 16765640.

HSL color Cylindrical-coordinate representation of color #C8D2FF: hue angle of 229.09º 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 #C8D2FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200210255-
CMYK0.220.1800
HSL229.09º100%89.22%-
HSV(B)229.09º21.57%100%-
XYZ64.9265.59103.85-
YUV212.14152.19119.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.08%
GREEN value IS 210 (82.42% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 38.35%
R=30.08%
G=31.58%
B=38.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002102550.220.1800229.0910089.22
HexC8D2FF161200e56459
Octal310322377262200345144131
Binary1100100011010010111111111011010010001110010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2FF; }

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

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

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

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

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

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

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

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