#CFC8FD

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

Shades of Lavender Blue #CFC8FD

Tints of Lavender Blue #CFC8FD

Color information

#CFC8FD (or 0xCFC8FD) is unknown color: approx Lavender Blue. HEX triplet: CF, C8 and FD. RGB value is (207,200,253). Sum of RGB (Red+Green+Blue) = 207+200+253=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8FD is #303702. Grayscale: #CFCFCF. Windows color (decimal): -3159811 or 16632015. OLE color: 16632015.

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

Color convert

RGB207200253-
CMYK0.180.2100.01
HSL247.92º92.98%88.82%-
HSV(B)247.92º20.95%99.22%-
XYZ64.1261.67101.45-
YUV208.14153.32127.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 200 (78.52% from 255) = 30.30%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=31.36%
G=30.30%
B=38.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072002530.180.2100.01247.9292.9888.82
HexCFC8FD121501f85d59
Octal317310375222501370135131
Binary1100111111001000111111011001010101011111100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC8FD; }

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

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

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

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

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

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

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

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