#C8CBFE

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

Shades of Lavender Blue #C8CBFE

Tints of Lavender Blue #C8CBFE

Color information

#C8CBFE (or 0xC8CBFE) is unknown color: approx Lavender Blue. HEX triplet: C8, CB and FE. RGB value is (200,203,254). Sum of RGB (Red+Green+Blue) = 200+203+254=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFE is #373401. Grayscale: #CFCFCF. Windows color (decimal): -3617794 or 16698312. OLE color: 16698312.

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

Color convert

RGB200203254-
CMYK0.210.2000.00
HSL236.67º96.43%89.02%-
HSV(B)236.67º21.26%99.61%-
XYZ63.0662.15102.44-
YUV207.92154.01122.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=30.44%
G=30.90%
B=38.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002032540.210.2000.00236.6796.4389.02
HexC8CBFE151400ed6059
Octal310313376252400355140131
Binary1100100011001011111111101010110100001110110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBFE; }

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

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

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

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

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

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

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

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