#CFD6FC

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

Shades of Lavender Blue #CFD6FC

Tints of Lavender Blue #CFD6FC

Color information

#CFD6FC (or 0xCFD6FC) is unknown color: approx Lavender Blue. HEX triplet: CF, D6 and FC. RGB value is (207,214,252). Sum of RGB (Red+Green+Blue) = 207+214+252=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6FC is #302903. Grayscale: #D8D8D8. Windows color (decimal): -3156228 or 16570063. OLE color: 16570063.

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

Color convert

RGB207214252-
CMYK0.180.1500.01
HSL230.67º88.24%90%-
HSV(B)230.67º17.86%98.82%-
XYZ67.3568.39101.75-
YUV216.24148.18121.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=30.76%
G=31.80%
B=37.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072142520.180.1500.01230.6788.2490
HexCFD6FC12F01e7585a
Octal317326374221701347130132
Binary110011111101011011111100100101111011110011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6FC; }

 p { color: rgb(207,214,252); }

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

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

 a { background-color: rgb(207,214,252); }

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

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

 span { border-color: rgb(207,214,252); }

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