#CFD6FD

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

Shades of Lavender Blue #CFD6FD

Tints of Lavender Blue #CFD6FD

Color information

#CFD6FD (or 0xCFD6FD) is unknown color: approx Lavender Blue. HEX triplet: CF, D6 and FD. RGB value is (207,214,253). Sum of RGB (Red+Green+Blue) = 207+214+253=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6FD is #302902. Grayscale: #D8D8D8. Windows color (decimal): -3156227 or 16635599. OLE color: 16635599.

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

Color convert

RGB207214253-
CMYK0.180.1500.01
HSL230.87º92%90.2%-
HSV(B)230.87º18.18%99.22%-
XYZ67.5168.45102.58-
YUV216.35148.68121.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=30.71%
G=31.75%
B=37.54%

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
Decimal2072142530.180.1500.01230.879290.2
HexCFD6FD12F01e75c5a
Octal317326375221701347134132
Binary110011111101011011111101100101111011110011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6FD; }

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

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

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

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

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

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

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

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