#CFCEF9

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

Shades of Lavender Blue #CFCEF9

Tints of Lavender Blue #CFCEF9

Color information

#CFCEF9 (or 0xCFCEF9) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and F9. RGB value is (207,206,249). Sum of RGB (Red+Green+Blue) = 207+206+249=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFCEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF9 is #303106. Grayscale: #D3D3D3. Windows color (decimal): -3158279 or 16371407. OLE color: 16371407.

HSL color Cylindrical-coordinate representation of color #CFCEF9: hue angle of 241.4º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCEF9 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207206249-
CMYK0.170.1700.02
HSL241.4º78.18%89.22%-
HSV(B)241.4º17.27%97.65%-
XYZ64.964.2598.6-
YUV211.2149.33125-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=31.27%
G=31.12%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072062490.170.1700.02241.478.1889.22
HexCFCEF9111102f14e59
Octal317316371212102361116131
Binary11001111110011101111100110001100010101111000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEF9; }

 p { color: rgb(207,206,249); }

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

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

 a { background-color: rgb(207,206,249); }

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

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

 span { border-color: rgb(207,206,249); }

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