#CFD0F6

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

Shades of Lavender Blue #CFD0F6

Tints of Lavender Blue #CFD0F6

Color information

#CFD0F6 (or 0xCFD0F6) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and F6. RGB value is (207,208,246). Sum of RGB (Red+Green+Blue) = 207+208+246=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0F6 is #302F09. Grayscale: #D3D3D3. Windows color (decimal): -3157770 or 16175311. OLE color: 16175311.

HSL color Cylindrical-coordinate representation of color #CFD0F6: hue angle of 238.46º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD0F6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207208246-
CMYK0.160.1500.04
HSL238.46º68.42%88.82%-
HSV(B)238.46º15.85%96.47%-
XYZ64.9265.0396.32-
YUV212.03147.17124.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=31.32%
G=31.47%
B=37.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072082460.160.1500.04238.4668.4288.82
HexCFD0F610F04ee4459
Octal317320366201704356104131
Binary11001111110100001111011010000111101001110111010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0F6; }

 p { color: rgb(207,208,246); }

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

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

 a { background-color: rgb(207,208,246); }

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

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

 span { border-color: rgb(207,208,246); }

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