#C8CDFD

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

Shades of Lavender Blue #C8CDFD

Tints of Lavender Blue #C8CDFD

Color information

#C8CDFD (or 0xC8CDFD) is unknown color: approx Lavender Blue. HEX triplet: C8, CD and FD. RGB value is (200,205,253). Sum of RGB (Red+Green+Blue) = 200+205+253=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDFD is #373202. Grayscale: #D0D0D0. Windows color (decimal): -3617283 or 16633288. OLE color: 16633288.

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

Color convert

RGB200205253-
CMYK0.210.1900.01
HSL234.34º92.98%88.82%-
HSV(B)234.34º20.95%99.22%-
XYZ63.3863.03101.75-
YUV208.98152.84121.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.40%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=30.40%
G=31.16%
B=38.45%

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
Decimal2002052530.210.1900.01234.3492.9888.82
HexC8CDFD151301ea5d59
Octal310315375252301352135131
Binary1100100011001101111111011010110011011110101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDFD; }

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

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

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

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

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

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

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

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