#C8CFFA

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

Shades of Lavender Blue #C8CFFA

Tints of Lavender Blue #C8CFFA

Color information

#C8CFFA (or 0xC8CFFA) is unknown color: approx Lavender Blue. HEX triplet: C8, CF and FA. RGB value is (200,207,250). Sum of RGB (Red+Green+Blue) = 200+207+250=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFFA is #373005. Grayscale: #D1D1D1. Windows color (decimal): -3616774 or 16437192. OLE color: 16437192.

HSL color Cylindrical-coordinate representation of color #C8CFFA: hue angle of 231.6º 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 #C8CFFA is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200207250-
CMYK0.20.1700.02
HSL231.6º83.33%88.24%-
HSV(B)231.6º20%98.04%-
XYZ63.3963.8199.42-
YUV209.81150.68121-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=30.44%
G=31.51%
B=38.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002072500.20.1700.02231.683.3388.24
HexC8CFFA141102e85358
Octal310317372242102350123130
Binary11001000110011111111101010100100010101110100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFFA; }

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

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

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

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

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

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

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

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