#CFCEF3

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

Shades of Lavender Blue #CFCEF3

Tints of Lavender Blue #CFCEF3

Color information

#CFCEF3 (or 0xCFCEF3) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and F3. RGB value is (207,206,243). Sum of RGB (Red+Green+Blue) = 207+206+243=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF3 is #30310C. Grayscale: #D2D2D2. Windows color (decimal): -3158285 or 15978191. OLE color: 15978191.

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

Color convert

RGB207206243-
CMYK0.150.1500.05
HSL241.62º60.66%88.04%-
HSV(B)241.62º15.23%95.29%-
XYZ63.9863.8893.75-
YUV210.52146.33125.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=31.55%
G=31.40%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072062430.150.1500.05241.6260.6688.04
HexCFCEF3FF05f23d58
Octal31731636317170536275130
Binary110011111100111011110011111111110101111100101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEF3; }

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

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

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

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

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

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

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

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