#C8CEFD

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

Shades of Lavender Blue #C8CEFD

Tints of Lavender Blue #C8CEFD

Color information

#C8CEFD (or 0xC8CEFD) is unknown color: approx Lavender Blue. HEX triplet: C8, CE and FD. RGB value is (200,206,253). Sum of RGB (Red+Green+Blue) = 200+206+253=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFD is #373102. Grayscale: #D1D1D1. Windows color (decimal): -3617027 or 16633544. OLE color: 16633544.

HSL color Cylindrical-coordinate representation of color #C8CEFD: hue angle of 233.21º degrees, saturation: 0.93, 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 #C8CEFD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200206253-
CMYK0.210.1900.01
HSL233.21º92.98%88.82%-
HSV(B)233.21º20.95%99.22%-
XYZ63.6263.51101.83-
YUV209.56152.51121.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.35%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=30.35%
G=31.26%
B=38.39%

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
Decimal2002062530.210.1900.01233.2192.9888.82
HexC8CEFD151301e95d59
Octal310316375252301351135131
Binary1100100011001110111111011010110011011110100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEFD; }

 p { color: rgb(200,206,253); }

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

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

 a { background-color: rgb(200,206,253); }

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

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

 span { border-color: rgb(200,206,253); }

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