#CFCEF1

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

Shades of Lavender Blue #CFCEF1

Tints of Lavender Blue #CFCEF1

Color information

#CFCEF1 (or 0xCFCEF1) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and F1. RGB value is (207,206,241). Sum of RGB (Red+Green+Blue) = 207+206+241=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF1 is #30310E. Grayscale: #D2D2D2. Windows color (decimal): -3158287 or 15847119. OLE color: 15847119.

HSL color Cylindrical-coordinate representation of color #CFCEF1: hue angle of 241.71º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCEF1 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207206241-
CMYK0.140.1500.05
HSL241.71º55.56%87.65%-
HSV(B)241.71º14.52%94.51%-
XYZ63.6863.7692.17-
YUV210.29145.33125.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=31.65%
G=31.50%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072062410.140.1500.05241.7155.5687.65
HexCFCEF1EF05f23858
Octal31731636116170536270130
Binary110011111100111011110001111011110101111100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEF1; }

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

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

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

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

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

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

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

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