#C8CBFC

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

Shades of Lavender Blue #C8CBFC

Tints of Lavender Blue #C8CBFC

Color information

#C8CBFC (or 0xC8CBFC) is unknown color: approx Lavender Blue. HEX triplet: C8, CB and FC. RGB value is (200,203,252). Sum of RGB (Red+Green+Blue) = 200+203+252=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFC is #373403. Grayscale: #CFCFCF. Windows color (decimal): -3617796 or 16567240. OLE color: 16567240.

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

Color convert

RGB200203252-
CMYK0.210.1900.01
HSL236.54º89.66%88.63%-
HSV(B)236.54º20.63%98.82%-
XYZ62.7562.02100.76-
YUV207.69153.01122.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=30.53%
G=30.99%
B=38.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002032520.210.1900.01236.5489.6688.63
HexC8CBFC151301ed5a59
Octal310313374252301355132131
Binary1100100011001011111111001010110011011110110110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBFC; }

 p { color: rgb(200,203,252); }

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

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

 a { background-color: rgb(200,203,252); }

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

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

 span { border-color: rgb(200,203,252); }

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